vault backup: 2025-01-30 09:27:31

This commit is contained in:
George Wilkinson
2025-01-30 09:27:31 +00:00
parent cd09cd4cde
commit 8bc99d0497
350 changed files with 11644 additions and 918 deletions

16
PHPStorm/MVCtemplate-23-24/.idea/.gitignore generated vendored Normal file → Executable file
View 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
View File

0
PHPStorm/MVCtemplate-23-24/.idea/MVCtemplate.iml generated Normal file → Executable file
View File

26
PHPStorm/MVCtemplate-23-24/.idea/deployment.xml generated Normal file → Executable file
View 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
View File

0
PHPStorm/MVCtemplate-23-24/.idea/misc.xml generated Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/.idea/modules.xml generated Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/.idea/php.xml generated Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/.idea/scopes/scope_settings.xml generated Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/.idea/vcs.xml generated Normal file → Executable file
View File

Binary file not shown.

Binary file not shown.

0
PHPStorm/MVCtemplate-23-24/Views/index.phtml Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/Views/page1.phtml Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/Views/template/footer.phtml Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/Views/template/header.phtml Normal file → Executable file
View File

76
PHPStorm/MVCtemplate-23-24/css/my-style.css Normal file → Executable file
View 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;
}

View File

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

View File

Binary file not shown.

0
PHPStorm/MVCtemplate-23-24/images/new_uos_logo.jpg Normal file → Executable file
View 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
View File

0
PHPStorm/MVCtemplate-23-24/js/bootstrap.js vendored Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/js/bootstrap.min.js vendored Normal file → Executable file
View File

0
PHPStorm/MVCtemplate-23-24/page1.php Normal file → Executable file
View File

4
PHPStorm/MVCtemplate-23-24/phpinfo.php Normal file → Executable file
View File

@@ -1,2 +1,2 @@
<?php
phpinfo();
<?php
phpinfo();