nav trae elementos en base de datos falta mostrarlos bien
This commit is contained in:
Generated
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="dataSourceStorageLocal">
|
||||
<data-source name="portal_editorial@localhost" uuid="d62f74f5-c7c9-4ba7-ad88-76b19837ba3a">
|
||||
<database-info product="MySQL" version="5.5.5-10.1.24-MariaDB" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.46 ( Revision: 9cc87a48e75c2d2e87c1a293b2862ce651cb256e )" dbms="MARIADB" exact-version="10.1.24">
|
||||
<extra-name-characters>#@</extra-name-characters>
|
||||
<identifier-quote-string>`</identifier-quote-string>
|
||||
</database-info>
|
||||
<case-sensitivity plain-identifiers="lower" quoted-identifiers="lower" />
|
||||
<secret-storage>master_key</secret-storage>
|
||||
<user-name>blender</user-name>
|
||||
<introspection-schemas>*:@</introspection-schemas>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
||||
Generated
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="portal_editorial@localhost" uuid="d62f74f5-c7c9-4ba7-ad88-76b19837ba3a">
|
||||
<driver-ref>mysql</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306/portal_editorial</jdbc-url>
|
||||
<driver-properties>
|
||||
<property name="autoReconnect" value="true" />
|
||||
<property name="zeroDateTimeBehavior" value="convertToNull" />
|
||||
<property name="tinyInt1isBit" value="false" />
|
||||
<property name="characterEncoding" value="utf8" />
|
||||
<property name="characterSetResults" value="utf8" />
|
||||
<property name="yearIsDateType" value="false" />
|
||||
</driver-properties>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
||||
+1142
File diff suppressed because it is too large
Load Diff
Generated
+6
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="PROJECT" libraries="{bootstrap, jquery, popper}" />
|
||||
</component>
|
||||
</project>
|
||||
Generated
+3
@@ -4,5 +4,8 @@
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="popper" level="application" />
|
||||
<orderEntry type="library" name="bootstrap" level="application" />
|
||||
<orderEntry type="library" name="jquery" level="application" />
|
||||
</component>
|
||||
</module>
|
||||
Generated
+6
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SqlDialectMappings">
|
||||
<file url="file://$PROJECT_DIR$/sql/base.sql" dialect="MySQL" />
|
||||
</component>
|
||||
</project>
|
||||
Generated
+208
-100
@@ -2,9 +2,16 @@
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="6b925d8f-3741-4302-aa30-691568703891" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/componentes/novedades.php" beforeDir="false" afterPath="$PROJECT_DIR$/componentes/novedades.php" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/dataSources.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/funciones/menu.php" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/sql/base.sql" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/sql/conexion.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/portal_editorial.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/portal_editorial.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/componentes/carrusel.php" beforeDir="false" afterPath="$PROJECT_DIR$/componentes/carrusel.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/componentes/header.php" beforeDir="false" afterPath="$PROJECT_DIR$/componentes/header.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/css/estilo.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/estilo.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" />
|
||||
</list>
|
||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@@ -12,31 +19,44 @@
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="DatabaseView">
|
||||
<option name="SHOW_INTERMEDIATE" value="true" />
|
||||
<option name="GROUP_DATA_SOURCES" value="true" />
|
||||
<option name="GROUP_SCHEMA" value="true" />
|
||||
<option name="GROUP_CONTENTS" value="false" />
|
||||
<option name="SORT_POSITIONED" value="false" />
|
||||
<option name="SHOW_EMPTY_GROUPS" value="false" />
|
||||
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
||||
<option name="HIDDEN_KINDS">
|
||||
<set />
|
||||
</option>
|
||||
<expand />
|
||||
<select />
|
||||
</component>
|
||||
<component name="ExecutionTargetDialog">
|
||||
<checked>
|
||||
<node key="d62f74f5-c7c9-4ba7-ad88-76b19837ba3a" />
|
||||
</checked>
|
||||
</component>
|
||||
<component name="FileEditorManager">
|
||||
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
||||
<file pinned="false" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/componentes/header.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="100">
|
||||
<caret line="41" column="42" selection-start-line="41" selection-start-column="42" selection-end-line="41" selection-end-column="42" />
|
||||
<folding>
|
||||
<element signature="n#style#0;n#i#0;n#button#0;n#nav#0;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/css/estilo.css">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="556">
|
||||
<caret line="168" column="5" lean-forward="true" selection-start-line="168" selection-start-column="5" selection-end-line="168" selection-end-column="5" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/index.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="66">
|
||||
<caret line="3" column="14" selection-start-line="3" selection-start-column="14" selection-end-line="3" selection-end-column="14" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/componentes/novedades.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="22">
|
||||
<caret line="1" column="49" selection-start-line="1" selection-start-column="49" selection-end-line="1" selection-end-column="49" />
|
||||
<state relative-caret-position="543">
|
||||
<caret line="133" column="1" selection-start-line="133" selection-start-column="1" selection-end-line="133" selection-end-column="1" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
@@ -53,6 +73,17 @@
|
||||
<component name="FindInProjectRecents">
|
||||
<findStrings>
|
||||
<find>nav-lin</find>
|
||||
<find>carr</find>
|
||||
<find>inici</find>
|
||||
<find>inic</find>
|
||||
<find>show</find>
|
||||
<find>hover</find>
|
||||
<find>aft</find>
|
||||
<find>navbar-toggl</find>
|
||||
<find>Menu</find>
|
||||
<find>nav</find>
|
||||
<find>navbar-na</find>
|
||||
<find>navbar</find>
|
||||
</findStrings>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
@@ -67,21 +98,28 @@
|
||||
<option value="$PROJECT_DIR$/componentes/carrousel.php" />
|
||||
<option value="$PROJECT_DIR$/slick/slick.js" />
|
||||
<option value="$PROJECT_DIR$/js/carrusel/carrusel.js" />
|
||||
<option value="$PROJECT_DIR$/componentes/footer.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/carrusel.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/header.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/socialmedia.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/novedades.php" />
|
||||
<option value="$PROJECT_DIR$/css/estilo.css" />
|
||||
<option value="$PROJECT_DIR$/index.php" />
|
||||
<option value="$APPLICATION_CONFIG_DIR$/consoles/db/d62f74f5-c7c9-4ba7-ad88-76b19837ba3a/console.sql" />
|
||||
<option value="$PROJECT_DIR$/sql/conexion.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/menu.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/navegacion.php" />
|
||||
<option value="$PROJECT_DIR$/funciones/menu.php" />
|
||||
<option value="$PROJECT_DIR$/sql/base.sql" />
|
||||
<option value="$PROJECT_DIR$/componentes/carrusel.php" />
|
||||
<option value="$PROJECT_DIR$/componentes/footer.php" />
|
||||
<option value="$PROJECT_DIR$/css/styles.css" />
|
||||
<option value="$PROJECT_DIR$/css/estilo.css" />
|
||||
<option value="$PROJECT_DIR$/componentes/header.php" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectFrameBounds" extendedState="6">
|
||||
<option name="x" value="1704" />
|
||||
<option name="y" value="-21" />
|
||||
<option name="width" value="1295" />
|
||||
<option name="height" value="557" />
|
||||
<option name="x" value="1358" />
|
||||
<option name="y" value="-8" />
|
||||
<option name="width" value="1296" />
|
||||
<option name="height" value="1010" />
|
||||
</component>
|
||||
<component name="ProjectView">
|
||||
<navigator proportions="" version="1">
|
||||
@@ -101,6 +139,43 @@
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="componentes" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="css" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="funciones" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="img" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="img" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="carrusel" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="js" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="js" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="carrusel" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="portal_editorial" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="portal_editorial" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="sql" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
</expand>
|
||||
<select />
|
||||
</subPane>
|
||||
@@ -108,13 +183,16 @@
|
||||
</panes>
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="DatabaseDriversLRU" value="mysql" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
<property name="database.console.LAST_STATE" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/../Plantilla" />
|
||||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
||||
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="C:\xampp\htdocs\portal_editorial\funciones" />
|
||||
<recent name="C:\xampp\htdocs\portal_editorial\img\header" />
|
||||
</key>
|
||||
</component>
|
||||
@@ -141,32 +219,41 @@
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1549577189409</updated>
|
||||
<workItem from="1549577191487" duration="16665000" />
|
||||
<workItem from="1549649255326" duration="9915000" />
|
||||
<workItem from="1549649255326" duration="10459000" />
|
||||
<workItem from="1549924206503" duration="1205000" />
|
||||
<workItem from="1550009640037" duration="2477000" />
|
||||
<workItem from="1550099515094" duration="48000" />
|
||||
<workItem from="1550539350248" duration="2635000" />
|
||||
<workItem from="1550614927666" duration="10030000" />
|
||||
<workItem from="1550701971761" duration="11382000" />
|
||||
<workItem from="1550788717386" duration="19590000" />
|
||||
<workItem from="1550868720616" duration="12677000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="26580000" />
|
||||
<option name="totallyTimeSpent" value="87168000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="1358" y="-8" width="1296" height="1010" extended-state="6" />
|
||||
<editor active="true" />
|
||||
<layout>
|
||||
<window_info id="Favorites" order="0" side_tool="true" />
|
||||
<window_info active="true" content_ui="combo" id="Project" order="1" visible="true" weight="0.15210356" />
|
||||
<window_info active="true" content_ui="combo" id="Project" order="1" visible="true" weight="0.15372169" />
|
||||
<window_info id="Structure" order="2" side_tool="true" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Terminal" order="0" />
|
||||
<window_info anchor="bottom" id="Database Changes" order="1" />
|
||||
<window_info anchor="bottom" id="Event Log" order="2" side_tool="true" />
|
||||
<window_info anchor="bottom" id="Version Control" order="3" />
|
||||
<window_info anchor="bottom" id="Docker" order="4" show_stripe_button="false" />
|
||||
<window_info anchor="bottom" id="Message" order="5" />
|
||||
<window_info anchor="bottom" id="Find" order="6" />
|
||||
<window_info anchor="bottom" id="Run" order="7" />
|
||||
<window_info anchor="bottom" id="Debug" order="8" weight="0.4" />
|
||||
<window_info anchor="bottom" id="Cvs" order="9" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Inspection" order="10" weight="0.4" />
|
||||
<window_info anchor="bottom" id="TODO" order="11" />
|
||||
<window_info anchor="bottom" id="Database Console" order="0" weight="0.3295325" />
|
||||
<window_info anchor="bottom" id="Terminal" order="1" weight="0.3295325" />
|
||||
<window_info anchor="bottom" id="Database Changes" order="2" />
|
||||
<window_info anchor="bottom" id="Event Log" order="3" side_tool="true" />
|
||||
<window_info anchor="bottom" id="Version Control" order="4" weight="0.3295325" />
|
||||
<window_info anchor="bottom" id="Docker" order="5" show_stripe_button="false" />
|
||||
<window_info anchor="bottom" id="Message" order="6" />
|
||||
<window_info anchor="bottom" id="Find" order="7" />
|
||||
<window_info anchor="bottom" id="Run" order="8" weight="0.38654503" />
|
||||
<window_info anchor="bottom" id="Debug" order="9" weight="0.4" />
|
||||
<window_info anchor="bottom" id="Cvs" order="10" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Inspection" order="11" weight="0.4" />
|
||||
<window_info anchor="bottom" id="TODO" order="12" />
|
||||
<window_info anchor="right" id="Database" order="0" />
|
||||
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="1" type="SLIDING" weight="0.4" />
|
||||
<window_info anchor="right" id="Ant Build" order="2" weight="0.25" />
|
||||
@@ -185,30 +272,6 @@
|
||||
<entry file="file://$PROJECT_DIR$/index.html" />
|
||||
<entry file="file://$PROJECT_DIR$/slick/slick.js" />
|
||||
<entry file="file://$PROJECT_DIR$/slick/slick.min.js" />
|
||||
<entry file="file://$PROJECT_DIR$/js/carrusel/carrusel.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="242">
|
||||
<caret line="11" column="33" lean-forward="true" selection-start-line="11" selection-start-column="33" selection-end-line="11" selection-end-column="33" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/footer.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="616">
|
||||
<caret line="36" lean-forward="true" selection-start-line="36" selection-end-line="36" />
|
||||
<folding>
|
||||
<element signature="n#style#0;n#div#0;n#footer#0;n#!!top" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/carrusel.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state>
|
||||
<caret column="52" selection-start-column="52" selection-end-column="52" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/socialmedia.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="88">
|
||||
@@ -216,31 +279,6 @@
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/header.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="902">
|
||||
<caret line="53" column="120" selection-start-line="53" selection-start-column="120" selection-end-line="53" selection-end-column="120" />
|
||||
<folding>
|
||||
<element signature="n#style#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#ul#0;n#li#4;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#0;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#1;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#2;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#3;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#4;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#5;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#6;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#7;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#8;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#9;n#ul#0;n#li#0;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#1;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
<element signature="n#style#0;n#a#0;n#li#2;n#ul#0;n#li#1;n#ul#0;n#div#0;n#div#0;n#nav#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/novedades.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="22">
|
||||
@@ -248,17 +286,87 @@
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/css/estilo.css">
|
||||
<entry file="file://$PROJECT_DIR$/componentes/navegacion.php" />
|
||||
<entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/d62f74f5-c7c9-4ba7-ad88-76b19837ba3a/console.sql">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="556">
|
||||
<caret line="168" column="5" lean-forward="true" selection-start-line="168" selection-start-column="5" selection-end-line="168" selection-end-column="5" />
|
||||
<state relative-caret-position="720">
|
||||
<caret line="61" lean-forward="true" selection-start-line="61" selection-end-line="61" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/index.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="66">
|
||||
<caret line="3" column="14" selection-start-line="3" selection-start-column="14" selection-end-line="3" selection-end-column="14" />
|
||||
<state relative-caret-position="88">
|
||||
<caret line="4" column="37" selection-start-line="4" selection-start-column="37" selection-end-line="4" selection-end-column="37" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/funciones/menu.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="396">
|
||||
<caret line="18" column="6" selection-start-line="18" selection-start-column="6" selection-end-line="18" selection-end-column="6" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/js/carrusel/carrusel.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="242">
|
||||
<caret line="11" column="33" selection-start-line="11" selection-start-column="33" selection-end-line="11" selection-end-column="33" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/sql/conexion.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="264">
|
||||
<caret line="18" column="50" selection-start-line="18" selection-start-column="50" selection-end-line="18" selection-end-column="50" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/sql/base.sql">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="88">
|
||||
<caret line="12" column="25" lean-forward="true" selection-start-line="12" selection-start-column="25" selection-end-line="12" selection-end-column="25" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/carrusel.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="462">
|
||||
<caret line="21" column="6" lean-forward="true" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="6" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/footer.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="132">
|
||||
<caret line="6" column="33" lean-forward="true" selection-start-line="6" selection-start-column="33" selection-end-line="6" selection-end-column="33" />
|
||||
<folding>
|
||||
<element signature="n#style#0;n#a#0;n#div#0;n#div#0;n#div#0;n#footer#0;n#!!top" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/css/styles.css">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="389">
|
||||
<caret line="253" column="27" selection-start-line="253" selection-start-column="27" selection-end-line="253" selection-end-column="27" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/css/estilo.css">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="543">
|
||||
<caret line="133" column="1" selection-start-line="133" selection-start-column="1" selection-end-line="133" selection-end-column="1" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/componentes/header.php">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="100">
|
||||
<caret line="41" column="42" selection-start-line="41" selection-start-column="42" selection-end-line="41" selection-end-column="42" />
|
||||
<folding>
|
||||
<element signature="n#style#0;n#i#0;n#button#0;n#nav#0;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
|
||||
+19
-27
@@ -1,30 +1,22 @@
|
||||
<div id="myCarousel" class="carousel slide container">
|
||||
|
||||
<!-- Indicators -->
|
||||
<ul class="carousel-indicators">
|
||||
<li class="item1 active"></li>
|
||||
<li class="item2"></li>
|
||||
<li class="item3"></li>
|
||||
</ul>
|
||||
|
||||
<!-- The slideshow -->
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<img src="img/carrusel/1.jpg" alt="Los Angeles" width="1100" height="500">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/carrusel/2.jpg" alt="Chicago" width="1100" height="500">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/carrusel/3.jpg" alt="New York" width="1100" height="500">
|
||||
<div class="general">
|
||||
<div class="carrusel">
|
||||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<a href=""><img class="d-block img-fluid" src="img/carrusel/1.jpg" alt=""></a>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<a href=""><img class="d-block img-fluid" src="img/carrusel/2.jpg" alt=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previo</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Siguiente</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Left and right controls -->
|
||||
<a class="carousel-control-prev" href="#myCarousel">
|
||||
<span class="carousel-control-prev-icon"></span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#myCarousel">
|
||||
<span class="carousel-control-next-icon"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
+137
-42
@@ -1,17 +1,20 @@
|
||||
<?php
|
||||
include ('funciones/menu.php')
|
||||
?>
|
||||
<html lang="es">
|
||||
<head>
|
||||
|
||||
<title>Portal Editorial </title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="css/estilo.css">
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
<link rel="stylesheet" href="bootstrap/bootstrap.min.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/header/escudo-unam.ico">
|
||||
<link rel="shortcut icon" type="image/png" href="../img/header/escudo-unam.ico">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="general">
|
||||
<header>
|
||||
<div class="container" style="background-color: #1B3D70;">
|
||||
<div class="row" style="padding: 7px;">
|
||||
@@ -27,51 +30,143 @@
|
||||
</div>
|
||||
</header>
|
||||
<!--/HEADER-->
|
||||
<!--/NAVBAR-->
|
||||
<nav class="container navbar navbar-expand-lg navbar-light bg-gold" style="color: white;">
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
<!-- Menú dorado -->
|
||||
<div class="menu_pands">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light navbar-toggler toggler-example">
|
||||
<span class="navbar-brand mb-0 h1"><a href="index.php">Inicio</a></span>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon" ></span><i class="fas fa-bars fa-1x" style="margin-right: 15px;"></i>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item dropdown">
|
||||
<?php
|
||||
for($i=0;$i<sizeof($datos);$i=$i+1) {
|
||||
if ($datos[$i]['nivel'] == 1) {
|
||||
echo "<a class='nav-link dropdown-toggle ' href='#' id='navbarDropdown' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>
|
||||
{$datos[$i]['nombre']}
|
||||
</a>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<li class="nav-item dropdown my-2 mr-3">
|
||||
<i class="fas fa-home"></i>
|
||||
<a class="nav-link-white" href="index.php" role="button" >
|
||||
Inicio
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown my-2 mr-3" style="margin-left: 10px;">
|
||||
<i class="fas fa-book"></i>
|
||||
<a class="nav-link-white dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
|
||||
Producción Editorial
|
||||
</a>
|
||||
<ul class="dropdown-menu multi-level" style="background-color: #bb8800;">
|
||||
<li class="dropdown-submenu ti" >
|
||||
<a href="#" class="dropdown-toggle it" data-toggle="dropdown" style="text-decoration: none;">Libros</a>
|
||||
<ul class="dropdown-menu" style="background-color: #bb8800;">
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Ciencias Jurídicas</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Ciencias Socioeconómicas</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Diseño y Edificación</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;"Diulgación Científica</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Enseñanza de Idiomas</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Estudios de Posgrado</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Humanidades</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Investigación Aplicada y Multidiciplinaria</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Matemáticas e Ingeniería</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Universidad Abierta y Educación a Dsitancia</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Libros electronicos</a></li>
|
||||
<li class="ti"><a href="#" class="it" style="text-decoration: none;">Materiales Gratuitos</a></li>
|
||||
</ul>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<?php
|
||||
//Nivel 2
|
||||
for($i=0;$i<sizeof($datos);$i=$i+1) {
|
||||
|
||||
if($datos[$i]['nivel'] == 2){
|
||||
|
||||
if ($datos[$i]['nombre'] == 'Libros'){
|
||||
|
||||
echo "<a class='nav-link dropdown-toggle' href='#' id='navbarDropdown' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>{$datos[$i]['nombre']}</a>";
|
||||
echo "<div class='dropdown-menu' aria-labelledby='navbarDropdown'>";
|
||||
|
||||
for($i=0;$i<sizeof($datos);$i=$i+1) {
|
||||
|
||||
if($datos[$i]['nivel'] == 3){
|
||||
|
||||
echo "<a class='dropdown-item' href='#'>{$datos[$i]['nombre']}</a>";
|
||||
}
|
||||
}
|
||||
}
|
||||
else echo "<a class='dropdown-item' hr?f='#'>{$datos[$i]['nombre']}</a>";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!--/NAVBAR-->
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--/NAVBAR
|
||||
|
||||
<div class="menu_pands container" style="background-color: #bb8800 !important;">
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-expand-md navbar-expand-sm navbar-expand-xl">
|
||||
|
||||
<a href="#" class="nav-item" style="text-decoration: none; color: #ffffff;" >Inicio</a>
|
||||
<div class="collapse navbar-collapse" id="navbar1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
<li class="nav-item dropdown" style="background-attachment: #3b4142;">
|
||||
|
||||
<?php/*
|
||||
//Imprime datos en el nivel 1
|
||||
for($i=0;$i<sizeof($datos);$i=$i+1) {
|
||||
if ($datos[$i]['nivel'] == 1) {
|
||||
echo "<a class=' dropdown-item ' href='#' id='navbarDropdown' data-toggle='dropdown' >{$datos[$i]['nombre']}</a>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
echo "";
|
||||
echo "<ul class='dropdown-menu ' style='background: #E9AD0C;'>";
|
||||
|
||||
//Imprime en nivel 2
|
||||
for($i=0;$i<sizeof($datos);$i=$i+1) {
|
||||
|
||||
|
||||
if($datos[$i]['nivel'] == 2){
|
||||
echo "<li class='dropdown-item dropdown-submenu'><a href='#' class='dropdown-item'>{$datos[$i]['nombre']}</a> ";
|
||||
}
|
||||
}
|
||||
|
||||
echo"<ul class='dropdown-menu'>";
|
||||
|
||||
//imprime nivel 3
|
||||
for ($p=0;$p<sizeof($datos);$p++){
|
||||
if($datos[$p]['nivel'] == 3){
|
||||
echo "<li class='dropdown-item'><a class=' dropdown-item' href='#' id='navbarDropdown' >{$datos[$p]['nombre']}</a></li>";
|
||||
}
|
||||
}
|
||||
echo "</ul></ul></li>";
|
||||
|
||||
*/?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
NAVBAR-->
|
||||
|
||||
|
||||
|
||||
+29
-30
@@ -1,11 +1,11 @@
|
||||
*{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: "Roboto", cursive;
|
||||
font-size: 18px;
|
||||
}
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
||||
|
||||
body{
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
||||
}
|
||||
.btn-foo {
|
||||
background: #BB8800;
|
||||
color: white;
|
||||
@@ -36,15 +36,6 @@
|
||||
|
||||
/*NAVBAR*/
|
||||
|
||||
.nav-link-white {
|
||||
color: #fff;
|
||||
transition: all 500ms ease;
|
||||
}
|
||||
.nav-link-white:hover{
|
||||
text-decoration: none;
|
||||
color: rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
.bg-gold{
|
||||
background-color: #bb8800;
|
||||
}
|
||||
@@ -67,31 +58,17 @@
|
||||
|
||||
}
|
||||
|
||||
.navbar-blanco{
|
||||
color: #fff;
|
||||
}
|
||||
.item-show{
|
||||
color: #fff;
|
||||
}
|
||||
.item-show:hover{
|
||||
background-color: rgba(0,0,0,.2);
|
||||
color: #fff;
|
||||
}
|
||||
.custom-toggler.navbar-toggler:focus {
|
||||
outline-color: rgba(0,0,0,0.1);
|
||||
}
|
||||
.custom-toggler .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,250,250)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*Multinivel Dropdown*/
|
||||
|
||||
/*nivel 1*/
|
||||
.dropdown-submenu {
|
||||
position: relative;
|
||||
background-color: #BB8800;
|
||||
}
|
||||
|
||||
/*nivel 3*/
|
||||
.dropdown-submenu>.dropdown-menu {
|
||||
top: 0;
|
||||
left: 100%;
|
||||
@@ -102,8 +79,10 @@
|
||||
border-radius: 0 6px 6px 6px;
|
||||
}
|
||||
|
||||
/*nivel 3*/
|
||||
.dropdown-submenu:hover>.dropdown-menu {
|
||||
display: block;
|
||||
background-color: #E9AD0C;
|
||||
}
|
||||
|
||||
.dropdown-submenu>a:after {
|
||||
@@ -115,7 +94,7 @@
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 5px 0 5px 5px;
|
||||
border-left-color: white;
|
||||
/*pestaña para mostrar mas border-left-color:red;*/
|
||||
margin-top: 5px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
@@ -132,7 +111,27 @@
|
||||
border-radius: 6px 0 6px 6px;
|
||||
}
|
||||
|
||||
.dropdown-menu{
|
||||
background-color: transparent;
|
||||
border: transparent;
|
||||
border: none;
|
||||
}
|
||||
.dropdown-menu .dropdown-item > li > a:hover {
|
||||
background-image: none;
|
||||
|
||||
background-color: #000!important;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background: none;
|
||||
}
|
||||
.dropdown-content a:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nav.inline-navbar>li{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*CARRUSEL*/
|
||||
.carousel-inner img {
|
||||
|
||||
+317
@@ -0,0 +1,317 @@
|
||||
@charset "UTF-8";
|
||||
/*Plantilla de estilos de sitios pertenecientes a la
|
||||
Facultad de Estudios Superiores Acatlán
|
||||
|
||||
Autores:
|
||||
Pérez Yáñez Liliana
|
||||
Rodríguez Barrera Iris Berenice
|
||||
|
||||
2018 Facultad de Estudios Superiores Acatlán*/
|
||||
a {
|
||||
color: white !important;
|
||||
text-decoration: none !important; }
|
||||
|
||||
a:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.general {
|
||||
background-color: #fff;
|
||||
max-width: 980px;
|
||||
margin: 0 auto; }
|
||||
|
||||
.cabeza {
|
||||
width: auto;
|
||||
height: auto;
|
||||
background-color: #1B3D70;
|
||||
padding: 16px; }
|
||||
|
||||
.logo-unam {
|
||||
position: absolute;
|
||||
left: 0%; }
|
||||
|
||||
.logo-acatlan {
|
||||
float: right;
|
||||
padding-top: 2%;
|
||||
padding-left: 15%; }
|
||||
|
||||
.cont-tram-busc {
|
||||
width: 980px;
|
||||
height: 5vh;
|
||||
background-color: #BB8800;
|
||||
position: sticky; }
|
||||
|
||||
.menu-tramites {
|
||||
width: 754px; }
|
||||
|
||||
.menu-general {
|
||||
width: 980px;
|
||||
height: 7vh;
|
||||
background-color: #1B3D70;
|
||||
top: 202px; }
|
||||
|
||||
.carrusel-prin {
|
||||
width: 980px;
|
||||
height: 20vh; }
|
||||
|
||||
.footer {
|
||||
background: #1B3D70;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
padding: 2% 8% 3% 8%; }
|
||||
|
||||
.footer p {
|
||||
padding-left: 12%;
|
||||
padding-right: 12%; }
|
||||
|
||||
.boton-footer {
|
||||
background: #BB8800;
|
||||
color: .boton-footer blanco;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
font-size: 13px;
|
||||
padding: 2%;
|
||||
margin: 2% 5% 2% 5%; }
|
||||
|
||||
.boton-footer a {
|
||||
color: #fff !important; }
|
||||
|
||||
.boton-footer a:hover {
|
||||
color: #fff !important; }
|
||||
|
||||
.boton {
|
||||
background: #BB8800;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
font-size: 13px;
|
||||
width: 180px;
|
||||
font-family: Arial; }
|
||||
|
||||
.boton p {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 5%; }
|
||||
|
||||
.tit-prin {
|
||||
color: #BB8800;
|
||||
font-size: 25px;
|
||||
font-family: Arial; }
|
||||
|
||||
.dorado {
|
||||
color: #BB8800;
|
||||
padding-top: 1%;
|
||||
font-weight: bold; }
|
||||
|
||||
.nota {
|
||||
color: #933; }
|
||||
|
||||
/*========================Inicia estilos de pestañas==========================*/
|
||||
.tab {
|
||||
overflow: hidden;
|
||||
border: 1px solid #BB8800;
|
||||
background-color: #BB8800;
|
||||
color: #fff;
|
||||
border-bottom: none;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%; }
|
||||
|
||||
/* Style the buttons inside the tab */
|
||||
.tab button {
|
||||
background-color: inherit;
|
||||
float: left;
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
padding: 12px 12px;
|
||||
transition: 0.3s;
|
||||
font-size: 15px; }
|
||||
|
||||
/* Change background color of buttons on hover */
|
||||
.tab button:hover {
|
||||
background-color: #C39C55; }
|
||||
|
||||
/* Create an active/current tablink class */
|
||||
.tab button.active {
|
||||
background-color: #fff;
|
||||
color: #BB8800; }
|
||||
|
||||
/* Style the tab content */
|
||||
.tabcontent {
|
||||
display: none;
|
||||
padding: 6px 12px;
|
||||
border: 1px solid #BB8800;
|
||||
border-top: none;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%; }
|
||||
|
||||
.tabcontent a {
|
||||
color: #00829A !important; }
|
||||
|
||||
/*========================Termina estilos de pestañas==========================*/
|
||||
/*===============Inicia estilos de Acordeon==========================*/
|
||||
.accordion {
|
||||
background-color: #BB8800;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
padding: 7px;
|
||||
width: 90%;
|
||||
border: none;
|
||||
text-align: left;
|
||||
outline: none;
|
||||
font-size: 15px;
|
||||
transition: 0.4s;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%; }
|
||||
|
||||
.active, .accordion:hover {
|
||||
background-color: #BB8800; }
|
||||
|
||||
.accordion:after {
|
||||
content: '\002B';
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
margin-left: 5px; }
|
||||
|
||||
.panel {
|
||||
padding: 0 18px;
|
||||
background-color: #fff;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.2s ease-out;
|
||||
border-color: #BB8800;
|
||||
border-style: solid;
|
||||
border-width: 0.5px;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
width: 90%; }
|
||||
|
||||
/*===============Termina estilos de Acordeon==========================*/
|
||||
/*=====================Estilos de tablas============================*/
|
||||
table {
|
||||
margin: 1em 1em 1em 1em;
|
||||
text-align: center;
|
||||
font-size: 90%;
|
||||
border-collapse: collapse;
|
||||
color: #fff; }
|
||||
|
||||
caption {
|
||||
text-align: center;
|
||||
font-size: 100%; }
|
||||
|
||||
th, td {
|
||||
border: 0.5px solid #BB8800;
|
||||
padding: 0.7em 0.5em 0.7em 0.5em; }
|
||||
|
||||
th {
|
||||
background-color: #BB8800;
|
||||
color: #fff;
|
||||
padding: 10px; }
|
||||
|
||||
tr {
|
||||
background-color: #fff;
|
||||
color: #3B4142;
|
||||
padding: 2%; }
|
||||
|
||||
/*=====================Termina Estilos de tablas============================*/
|
||||
hr {
|
||||
display: block;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
color: #BB8800; }
|
||||
|
||||
.contenedor {
|
||||
margin: -5px; }
|
||||
|
||||
.centrado {
|
||||
text-align: center; }
|
||||
|
||||
/*=====================Inicia estilos de menú 1============================*/
|
||||
.menu_pands .navbar {
|
||||
background-color: #BB8800 !important; }
|
||||
|
||||
.menu_pands .navbar-brand, .menu_pands .nav-link {
|
||||
color: #fff !important;
|
||||
background-color: #BB8800 !important;
|
||||
font-size: 90% !important; }
|
||||
|
||||
.menu_pands .dropdown-menu, .menu_pands .dropdown-item {
|
||||
color: #fff !important;
|
||||
background-color: #E9AD0C !important; }
|
||||
|
||||
.menu_pands .btn-light {
|
||||
background-color: #1e3c70 !important;
|
||||
color: #fff !important;
|
||||
border-color: #1e3c70 !important; }
|
||||
|
||||
.menu_pands .dropdown-item:hover {
|
||||
background-color: #BB8800 !important;
|
||||
color: #fff !important; }
|
||||
|
||||
.menu_pands .form-control:focus {
|
||||
border-color: #1e3c70 !important; }
|
||||
|
||||
.menu_pands .navbar-light .navbar-toggler-icon {
|
||||
background-image: url("../img/icons/menu.png") !important; }
|
||||
|
||||
.menu_pands .nav-link:hover {
|
||||
color: white !important;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/*=====================Termina estilos de menú 1============================*/
|
||||
/*=====================Inicia estilos de menú 2============================*/
|
||||
.general_menu .bg-light {
|
||||
background-color: #1e3c70 !important; }
|
||||
|
||||
.general_menu .navbar-brand {
|
||||
color: #fff !important; }
|
||||
|
||||
.general_menu .nav-link {
|
||||
color: #fff !important;
|
||||
font-size: 90% !important; }
|
||||
|
||||
.general_menu .dropdown-menu, .general_menu .dropdown-item {
|
||||
background-color: #325084 !important;
|
||||
color: #fff !important;
|
||||
font-size: 95% !important; }
|
||||
|
||||
.general_menu .dropdown-item:hover {
|
||||
background-color: #BB8800 !important;
|
||||
color: #fff !important; }
|
||||
|
||||
.general_menu .form-control:focus {
|
||||
border-color: #BB8800 !important; }
|
||||
|
||||
.general_menu .subdropdown {
|
||||
background-color: #4F6C9B !important;
|
||||
color: #fff !important; }
|
||||
|
||||
.general_menu .navbar-light .navbar-toggler-icon {
|
||||
background-image: url("../img/icons/menu.png") !important; }
|
||||
|
||||
.general_menu .nav-link:hover {
|
||||
color: #BB8800 !important; }
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
color: #404040; }
|
||||
|
||||
.btco-menu li > a {
|
||||
padding: 10px 15px;
|
||||
color: #000; }
|
||||
|
||||
.btco-menu .active a:focus,
|
||||
.btco-menu li a:focus,
|
||||
.navbar > .show > a:focus {
|
||||
background: transparent;
|
||||
outline: 0; }
|
||||
|
||||
/*=====================Termina estilos de menú 2============================*/
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
include 'sql/conexion.php';
|
||||
|
||||
$sql ='select * from menu';
|
||||
$resultado = $conexion->prepare($sql);
|
||||
$resultado->execute();
|
||||
|
||||
|
||||
$datos = array(); //creamos un array
|
||||
|
||||
//guardamos en un array multidimensional todos los datos de la consulta
|
||||
$i=0;
|
||||
|
||||
while($row = $resultado->fetch(PDO::FETCH_ASSOC))
|
||||
{
|
||||
$datos[$i] = $row;
|
||||
$i++;
|
||||
}
|
||||
//print_r($datos);
|
||||
@@ -0,0 +1,61 @@
|
||||
DROP TABLE IF EXISTS libro;
|
||||
DROP TABLE IF EXISTS menu;
|
||||
DROP TABLE IF EXISTS tipo_venta;
|
||||
DROP TABLE IF EXISTS usuario;
|
||||
|
||||
|
||||
CREATE TABLE `libro`
|
||||
(
|
||||
`id_libro` integer auto_increment PRIMARY KEY ,
|
||||
`titulo` varchar(255),
|
||||
`autor` varchar(255),
|
||||
`categoria` varchar(255),
|
||||
`paginas` varchar(255),
|
||||
`isbn` varchar(255),
|
||||
`precio` integer,
|
||||
`anio` integer,
|
||||
`tipo` integer
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE `menu`
|
||||
(
|
||||
`id_menu` integer auto_increment PRIMARY KEY ,
|
||||
`nombre` varchar(255),
|
||||
`ubicacion` varchar(10),
|
||||
`nivel` integer,
|
||||
`url` varchar(10)
|
||||
|
||||
);
|
||||
|
||||
CREATE TABLE `tipo_venta`
|
||||
(
|
||||
`id_tipo` integer auto_increment PRIMARY KEY ,
|
||||
`tipo` varchar(255)
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE `usuario`
|
||||
(
|
||||
`id_usuario` integer auto_increment PRIMARY KEY ,
|
||||
`nombre` varchar(255),
|
||||
`user` varchar(255),
|
||||
`password` varchar(255)
|
||||
);
|
||||
ALTER TABLE `libro` ADD FOREIGN KEY (`tipo`) REFERENCES `tipo_venta` (`id_tipo`);
|
||||
|
||||
INSERT INTO menu VALUES
|
||||
(NULL,'Produccion Editorial','1,1',1,NULL),
|
||||
(NULL,'Libros Electronicos','2,2',2,'1,1'),
|
||||
(NULL,'Materiales Gratuitos','2,3',2,'1,1'),
|
||||
(NULL,'Libros','2,1',2,'1,1'),
|
||||
(NULL,'Ciencias Juridicas','3,1',3,'2,1'),
|
||||
(NULL,'Ciencias Socioeconomicas','3,2',3,'2,1'),
|
||||
(NULL,'Diseño y Edificacion','3,3',3,'2,1'),
|
||||
(NULL,'Divulgacion Cientifica','3,4',3,'2,1'),
|
||||
(NULL,'Enseñanza de Idiomas','3,5',3,'2,1'),
|
||||
(NULL,'Estudios de Posgrados','3,6',3,'2,1'),
|
||||
(NULL,'Humanidades','3,7',3,'2,1'),
|
||||
(NULL,'Investigacion Aplicada y Multidiciplinaria','3,8',3,'2,1'),
|
||||
(NULL,'Matematicas e Ingenieria','3,9',3,'2,1'),
|
||||
(NULL,'Universidad Abierta y Educacion a Distancia','3,10',3,'2,1');
|
||||
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/*
|
||||
* local
|
||||
* */
|
||||
|
||||
|
||||
$host = 'localhost';
|
||||
$user = 'blender';
|
||||
$pass = 'avatares1';
|
||||
$dbname = 'portal_editorial';
|
||||
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
|
||||
|
||||
|
||||
|
||||
try{
|
||||
|
||||
$conexion = new PDO($dsn,$user,$pass);
|
||||
$conexion->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);
|
||||
$conexion->exec('SET CHARACTER SET utf8');
|
||||
}catch(PDOException $e) {
|
||||
$error = "Error en la linea:" . $e->getLine() . "<br>";
|
||||
$error = "Error: " . $e->getMessage() . "<br>";
|
||||
echo $error;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* conexion viper
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
|
||||
$host = '132.248.80.194';
|
||||
$user = 'usr_inv_material';
|
||||
$pass = 'tint4sBond';
|
||||
$dbname = 'kalinga_inventario_material';
|
||||
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
|
||||
|
||||
|
||||
|
||||
try{
|
||||
|
||||
$conexion = new PDO($dsn,$user,$pass);
|
||||
$conexion->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);
|
||||
$conexion->exec('SET CHARACTER SET utf8');
|
||||
}catch(PDOException $e){
|
||||
$error = "Error en la linea:" . $e->getLine(). "<br>";
|
||||
$error = "Error: " . $e->getMessage() . "<br>";
|
||||
echo $error;
|
||||
|
||||
}
|
||||
*
|
||||
* */
|
||||
Reference in New Issue
Block a user