vault backup: 2025-01-30 09:27:31
This commit is contained in:
16
PHPStorm/MVCtemplate-23-24/.idea/.gitignore
generated
vendored
Normal file → Executable file
16
PHPStorm/MVCtemplate-23-24/.idea/.gitignore
generated
vendored
Normal file → Executable file
@@ -1,8 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
|
0
PHPStorm/MVCtemplate-23-24/.idea/.name
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/.name
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/MVCtemplate.iml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/MVCtemplate.iml
generated
Normal file → Executable file
26
PHPStorm/MVCtemplate-23-24/.idea/deployment.xml
generated
Normal file → Executable file
26
PHPStorm/MVCtemplate-23-24/.idea/deployment.xml
generated
Normal file → Executable file
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||
<serverData>
|
||||
<paths name="workshop1">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
</component>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||
<serverData>
|
||||
<paths name="workshop1">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
</component>
|
||||
</project>
|
0
PHPStorm/MVCtemplate-23-24/.idea/encodings.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/encodings.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/misc.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/misc.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/modules.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/modules.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/php.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/php.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/vcs.xml
generated
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/.idea/vcs.xml
generated
Normal file → Executable file
BIN
PHPStorm/MVCtemplate-23-24/Models/.DS_Store
vendored
BIN
PHPStorm/MVCtemplate-23-24/Models/.DS_Store
vendored
Binary file not shown.
BIN
PHPStorm/MVCtemplate-23-24/Views/.DS_Store
vendored
BIN
PHPStorm/MVCtemplate-23-24/Views/.DS_Store
vendored
Binary file not shown.
0
PHPStorm/MVCtemplate-23-24/Views/index.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/index.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/page1.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/page1.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/template/footer.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/template/footer.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/template/header.phtml
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/Views/template/header.phtml
Normal file → Executable file
76
PHPStorm/MVCtemplate-23-24/css/my-style.css
Normal file → Executable file
76
PHPStorm/MVCtemplate-23-24/css/my-style.css
Normal file → Executable file
@@ -1,38 +1,38 @@
|
||||
#title {
|
||||
margin-top: 12px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
}
|
||||
#menu {
|
||||
border-top: solid 6px #f00;
|
||||
background-color: #f00;
|
||||
color: #fff;
|
||||
/*height: 400px;*/
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-color: #f00;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
#menu a:hover {
|
||||
background-color: #f00;
|
||||
color: #ddd;
|
||||
text-decoration:underline;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#content {
|
||||
background-color: #fff;
|
||||
border-top: solid 6px #f00;
|
||||
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin_top: 20px;
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
#title {
|
||||
margin-top: 12px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
}
|
||||
#menu {
|
||||
border-top: solid 6px #f00;
|
||||
background-color: #f00;
|
||||
color: #fff;
|
||||
/*height: 400px;*/
|
||||
}
|
||||
|
||||
#menu a {
|
||||
background-color: #f00;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
#menu a:hover {
|
||||
background-color: #f00;
|
||||
color: #ddd;
|
||||
text-decoration:underline;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#content {
|
||||
background-color: #fff;
|
||||
border-top: solid 6px #f00;
|
||||
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin_top: 20px;
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.eot
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.eot
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.svg
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.svg
Normal file → Executable file
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.ttf
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.ttf
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.woff
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/fonts/glyphicons-halflings-regular.woff
Normal file → Executable file
BIN
PHPStorm/MVCtemplate-23-24/images/.DS_Store
vendored
BIN
PHPStorm/MVCtemplate-23-24/images/.DS_Store
vendored
Binary file not shown.
0
PHPStorm/MVCtemplate-23-24/images/new_uos_logo.jpg
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/images/new_uos_logo.jpg
Normal file → Executable file
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
0
PHPStorm/MVCtemplate-23-24/index.php
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/index.php
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/js/bootstrap.js
vendored
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/js/bootstrap.js
vendored
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/js/bootstrap.min.js
vendored
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/js/bootstrap.min.js
vendored
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/page1.php
Normal file → Executable file
0
PHPStorm/MVCtemplate-23-24/page1.php
Normal file → Executable file
4
PHPStorm/MVCtemplate-23-24/phpinfo.php
Normal file → Executable file
4
PHPStorm/MVCtemplate-23-24/phpinfo.php
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
phpinfo();
|
||||
<?php
|
||||
phpinfo();
|
||||
|
Reference in New Issue
Block a user