From 9f108dd1a969473375341d92a7b1252fa2cedc9a Mon Sep 17 00:00:00 2001 From: mszulecki Date: Thu, 14 Jun 2007 17:09:01 +0000 Subject: Initial import. git-svn-id: http://svn.sukimashita.com/repos/mailadmin/trunk@2 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- web/.htaccess | 25 +++ web/admin_dev.php | 10 + web/css/main.css | 405 ++++++++++++++++++++++++++++++++++ web/images/add.gif | Bin 0 -> 94 bytes web/images/address-new.gif | Bin 0 -> 688 bytes web/images/address.gif | Bin 0 -> 1187 bytes web/images/background-branding.png | Bin 0 -> 326 bytes web/images/background-navigation.png | Bin 0 -> 243 bytes web/images/background-notes-start.png | Bin 0 -> 270 bytes web/images/bottom.gif | Bin 0 -> 690 bytes web/images/down.gif | Bin 0 -> 633 bytes web/images/edit.gif | Bin 0 -> 434 bytes web/images/error.gif | Bin 0 -> 403 bytes web/images/favicon.ico | Bin 0 -> 1406 bytes web/images/first.gif | Bin 0 -> 706 bytes web/images/information.gif | Bin 0 -> 666 bytes web/images/last.gif | Bin 0 -> 699 bytes web/images/list.gif | Bin 0 -> 333 bytes web/images/load.gif | Bin 0 -> 825 bytes web/images/logo.png | Bin 0 -> 1506 bytes web/images/mail-new.gif | Bin 0 -> 443 bytes web/images/mail.gif | Bin 0 -> 1186 bytes web/images/network-server.gif | Bin 0 -> 195 bytes web/images/next.gif | Bin 0 -> 623 bytes web/images/ok.gif | Bin 0 -> 382 bytes web/images/previous.gif | Bin 0 -> 616 bytes web/images/remove.gif | Bin 0 -> 76 bytes web/images/search.gif | Bin 0 -> 587 bytes web/images/shred.gif | Bin 0 -> 380 bytes web/images/sort-asc.gif | Bin 0 -> 328 bytes web/images/sort-desc.gif | Bin 0 -> 323 bytes web/images/top.gif | Bin 0 -> 701 bytes web/images/trash.gif | Bin 0 -> 1199 bytes web/images/up.gif | Bin 0 -> 631 bytes web/images/warning.gif | Bin 0 -> 636 bytes web/index.php | 10 + web/robots.txt | 2 + 37 files changed, 452 insertions(+) create mode 100644 web/.htaccess create mode 100644 web/admin_dev.php create mode 100644 web/css/main.css create mode 100644 web/images/add.gif create mode 100644 web/images/address-new.gif create mode 100644 web/images/address.gif create mode 100644 web/images/background-branding.png create mode 100644 web/images/background-navigation.png create mode 100644 web/images/background-notes-start.png create mode 100644 web/images/bottom.gif create mode 100644 web/images/down.gif create mode 100644 web/images/edit.gif create mode 100644 web/images/error.gif create mode 100644 web/images/favicon.ico create mode 100644 web/images/first.gif create mode 100644 web/images/information.gif create mode 100644 web/images/last.gif create mode 100644 web/images/list.gif create mode 100644 web/images/load.gif create mode 100644 web/images/logo.png create mode 100644 web/images/mail-new.gif create mode 100644 web/images/mail.gif create mode 100644 web/images/network-server.gif create mode 100644 web/images/next.gif create mode 100644 web/images/ok.gif create mode 100644 web/images/previous.gif create mode 100644 web/images/remove.gif create mode 100644 web/images/search.gif create mode 100644 web/images/shred.gif create mode 100644 web/images/sort-asc.gif create mode 100644 web/images/sort-desc.gif create mode 100644 web/images/top.gif create mode 100644 web/images/trash.gif create mode 100644 web/images/up.gif create mode 100644 web/images/warning.gif create mode 100644 web/index.php create mode 100644 web/robots.txt (limited to 'web') diff --git a/web/.htaccess b/web/.htaccess new file mode 100644 index 0000000..2c0a59f --- /dev/null +++ b/web/.htaccess @@ -0,0 +1,25 @@ +Options +FollowSymLinks +ExecCGI + + + RewriteEngine On + + # uncomment the following line, if you are having trouble + # getting no_script_name to work + #RewriteBase / + + # we skip all files with .something + RewriteCond %{REQUEST_URI} \..+$ + RewriteCond %{REQUEST_URI} !\.html$ + RewriteRule .* - [L] + + # we check if the .html version is here (caching) + RewriteRule ^$ index.html [QSA] + RewriteRule ^([^.]+)$ $1.html [QSA] + RewriteCond %{REQUEST_FILENAME} !-f + + # no, so we redirect to our front web controller + RewriteRule ^(.*)$ index.php [QSA,L] + + +# big crash from our front web controller +ErrorDocument 500 "

Application error

symfony application failed to start properly" diff --git a/web/admin_dev.php b/web/admin_dev.php new file mode 100644 index 0000000..931e0a7 --- /dev/null +++ b/web/admin_dev.php @@ -0,0 +1,10 @@ +getController()->dispatch(); diff --git a/web/css/main.css b/web/css/main.css new file mode 100644 index 0000000..2a66410 --- /dev/null +++ b/web/css/main.css @@ -0,0 +1,405 @@ +/* -------------------------------------------------------------------------- */ +/* Common */ +/* -------------------------------------------------------------------------- */ + +html body { + background-color:#ece9d8; + height:100%; + margin:0; + font-size:x-small; + voice-family:"\"}\""; + voice-family:inherit; + font-size:small; +} + +/* !IE */ +html>/**/body { + font-size:small; +} + +.base { + font-family:Verdana, Helvetica, Sans-Serif; + line-height:1.4em; + font-size:96%; + background-color:transparent; + padding:0; + margin:0; +} + +/* -------------------------------------------------------------------------- */ +/* Structure */ +/* -------------------------------------------------------------------------- */ + +.base div.branding { + margin:0; + padding:20px; + height:40px; + background-image: url("../images/background-branding.png"); + background-repeat: repeat-x; +} + +.base div.branding div.logo { + float:left; + padding-top:4px; +} + +.base div.session { + margin:0; + padding:5px 20px 5px 20px; + background-color:#fff3dc; +} + +.base div.session ul { + padding:0; + margin:0; +} + +.base div.session li { + padding:0; + margin-right:20px; + display:inline; +} + +.base div.session a { + text-decoration:none; + border-bottom:1px dotted; + color:#006699; + font-weight:bold; +} + +.base div.navigation { + margin:0; + padding:10px 20px 9px 20px; + background-image: url("../images/background-navigation.png"); + background-position:top left; +} + +.base div.navigation ul { + padding:0; + margin:0; +} + +.base div.navigation li { + margin:0; + height:1%; /* IE <= 5.5 */ + padding-right:10px; + display:inline; +} + +.base div.navigation li a { + margin:0; + padding:2px 10px 9px 10px; + text-decoration:none; + font-size:16px; + font-weight:bold; + color:#fff; +} + +.base div.navigation li.active a { + margin:0; + background-color:#485659; +} + +.base div.subnavigation { + margin:0; + padding:6px 20px 5px 20px; + background-color:#485659; +} + +.base div.subnavigation ul { + padding:0; + margin:0; +} + +.base div.subnavigation li { + padding-right:10px; + margin:0; + height:1%; /* IE <= 5.5 */ + display:inline; +} + +.base div.subnavigation li a { + padding:3px 6px 6px 6px; + text-decoration:none; + color:#fff; +} + +.base div.subnavigation li.active a { + background-color:white; + color:black; +} + +.base div#context { + margin:0; + height:1%; /* IE <= 5.5 */ + padding:20px; + background-color:white; +} + +.base div#context div.tablenavigation { + text-align:right; +} + +.base div#context div.tablenavigation a { + text-decoration:none; + color:#006699; +} + +.base div#context div.tablenavigation ul { + margin:0; + padding:0; +} + +.base div#context div.tablenavigation li { + margin:0; + padding-left:20px; + display:inline; +} + +.base div#context hr { + height:1px; + border-top:1px dotted #999999; +} + +.base div#context table { + width:100%; + border-spacing:5px; +} + +.base div#context table tr.sf_admin_row_0 td { + background-color:#f5f4eb; +} + +.base div#context table th { + padding:5px; + background-color:#ece9d8; +} + +.base div#context table th a { + text-decoration: none; + color:#000; + font-weight:bold; + border-bottom:1px dotted; +} + +.base div#context table td { + padding:5px; + background-color:#ece9d8; +} + +.base div#context table td a { + text-decoration:none; + color:#006699; +} + +.base div#context table td ul.sf_admin_td_actions { + margin:0; + padding:0; +} + +.base div#context table td ul.sf_admin_td_actions li { + margin:0; + padding:0; + display:inline; +} + +.base div#context table th#sf_admin_list_th_sf_actions { + text-align:left; +} + +.base div#context div#sf_admin_content { + padding-top:10px; +} + +.base div#context ul.sf_admin_actions { + margin:0; + padding:0; +} + +.base div#context ul.sf_admin_actions li { + margin:0; + padding:0; + display:inline; +} + +.base div#context div.sf_admin_edit_help { + color:#888a85; +} + +.base div.notes { + margin:0; + padding:20px; + color:#999; + text-align:center; + background-image: url("../images/background-notes-start.png"); + background-repeat: repeat-x; + background-position:top; +} + +.base div.notes ul { + margin:0; + padding:0; +} + +.base div.notes li { + margin:0; + padding:0; + padding-right:20px; + display:inline; +} + +.base div.notes a { + color:#999; + text-decoration:none; + border-bottom:1px dotted; + font-weight:bold; +} + +/* -------------------------------------------------------------------------- */ +/* Standard Tags */ +/* -------------------------------------------------------------------------- */ + +.base img { + vertical-align:middle; + border:0; +} + +.base h1 { + font-weight:normal; + font-size:24px; + color:#006699; + padding-bottom:10px; +} + +.base h2 { + font-size:16px; + font-weight:bold; + color:#485659; +} + +.base form { + margin:0; + padding:0; +} + +.base form select { + color:#333; + font-size:small; + border:1px solid; +} + +.base form input { + border:1px solid #485659; + font-size:small; + padding:2px; + vertical-align:middle; +} + +.base form textarea { + border:1px solid #485659; + padding:2px; + font-size:small; +} + +.base form label { + display:block; + color:#006699; + font-weight:bold; + padding-top:5px; +} + +.base form fieldset { + border:0; + border-top:1px dotted #999999; + padding-left:0; + padding-right:0; + padding-bottom:20px; +} + +.base form div.formaction, .base form div.sf_admin_actions { + display:block; + margin-top:10px; + padding-bottom:20px; +} + +.base form div.formaction input { + margin-right:10px; +} + +/* -------------------------------------------------------------------------- */ +/* Additional Formatting */ +/* -------------------------------------------------------------------------- */ + +.base #indicator { + display:none; +} + +.base div.slidelist ul { + margin:0; + padding:0; + list-style-type:none; +} + +.base div.slidelist a { + border-bottom:1px dotted; +} + +.base ul.linklist { + margin:0; + padding:0; + list-style-type:none; +} + +.base ul.linklist li { + display:inline; + height:1%; /* IE == 5 */ + padding-left:5px; + padding-right:5px; +} + +.base ul.linklist li.label { + border:none; + padding-left:20px; +} + +.base ul.linklist li a { + text-decoration:none; + color:#006699; +} + +.base span.adminname { + font-style:italic; +} + +.base span.adminrole { + color:#ff9900; +} + +.base .form_error, .base .form-error-msg { + color:#ef2929; +} + +.base .form_help { + padding-left:10px; + color:#999; +} + +.base span.legal, .base span.legal a { +} + +.base span.toggle a { + text-decoration:none; + color:#006699; + border-bottom:1px dotted; +} + +.base span.pageinfo { +} + +.base span.pageindex { + font-weight:bold; +} + +.base span.summary { + padding-right:20px; +} diff --git a/web/images/add.gif b/web/images/add.gif new file mode 100644 index 0000000..f7ab24a Binary files /dev/null and b/web/images/add.gif differ diff --git a/web/images/address-new.gif b/web/images/address-new.gif new file mode 100644 index 0000000..98d6a9f Binary files /dev/null and b/web/images/address-new.gif differ diff --git a/web/images/address.gif b/web/images/address.gif new file mode 100644 index 0000000..15842df Binary files /dev/null and b/web/images/address.gif differ diff --git a/web/images/background-branding.png b/web/images/background-branding.png new file mode 100644 index 0000000..faeb260 Binary files /dev/null and b/web/images/background-branding.png differ diff --git a/web/images/background-navigation.png b/web/images/background-navigation.png new file mode 100644 index 0000000..0358ad3 Binary files /dev/null and b/web/images/background-navigation.png differ diff --git a/web/images/background-notes-start.png b/web/images/background-notes-start.png new file mode 100644 index 0000000..d0de8f3 Binary files /dev/null and b/web/images/background-notes-start.png differ diff --git a/web/images/bottom.gif b/web/images/bottom.gif new file mode 100644 index 0000000..a7a0730 Binary files /dev/null and b/web/images/bottom.gif differ diff --git a/web/images/down.gif b/web/images/down.gif new file mode 100644 index 0000000..7751dae Binary files /dev/null and b/web/images/down.gif differ diff --git a/web/images/edit.gif b/web/images/edit.gif new file mode 100644 index 0000000..8b21080 Binary files /dev/null and b/web/images/edit.gif differ diff --git a/web/images/error.gif b/web/images/error.gif new file mode 100644 index 0000000..79c53a1 Binary files /dev/null and b/web/images/error.gif differ diff --git a/web/images/favicon.ico b/web/images/favicon.ico new file mode 100644 index 0000000..410daf6 Binary files /dev/null and b/web/images/favicon.ico differ diff --git a/web/images/first.gif b/web/images/first.gif new file mode 100644 index 0000000..99a2a74 Binary files /dev/null and b/web/images/first.gif differ diff --git a/web/images/information.gif b/web/images/information.gif new file mode 100644 index 0000000..0e89c99 Binary files /dev/null and b/web/images/information.gif differ diff --git a/web/images/last.gif b/web/images/last.gif new file mode 100644 index 0000000..35219f8 Binary files /dev/null and b/web/images/last.gif differ diff --git a/web/images/list.gif b/web/images/list.gif new file mode 100644 index 0000000..667ef38 Binary files /dev/null and b/web/images/list.gif differ diff --git a/web/images/load.gif b/web/images/load.gif new file mode 100644 index 0000000..cce32f2 Binary files /dev/null and b/web/images/load.gif differ diff --git a/web/images/logo.png b/web/images/logo.png new file mode 100644 index 0000000..0f2131c Binary files /dev/null and b/web/images/logo.png differ diff --git a/web/images/mail-new.gif b/web/images/mail-new.gif new file mode 100644 index 0000000..b766324 Binary files /dev/null and b/web/images/mail-new.gif differ diff --git a/web/images/mail.gif b/web/images/mail.gif new file mode 100644 index 0000000..c14447b Binary files /dev/null and b/web/images/mail.gif differ diff --git a/web/images/network-server.gif b/web/images/network-server.gif new file mode 100644 index 0000000..9fc4dd2 Binary files /dev/null and b/web/images/network-server.gif differ diff --git a/web/images/next.gif b/web/images/next.gif new file mode 100644 index 0000000..0dabbfc Binary files /dev/null and b/web/images/next.gif differ diff --git a/web/images/ok.gif b/web/images/ok.gif new file mode 100644 index 0000000..c03f738 Binary files /dev/null and b/web/images/ok.gif differ diff --git a/web/images/previous.gif b/web/images/previous.gif new file mode 100644 index 0000000..57e200f Binary files /dev/null and b/web/images/previous.gif differ diff --git a/web/images/remove.gif b/web/images/remove.gif new file mode 100644 index 0000000..2905ce5 Binary files /dev/null and b/web/images/remove.gif differ diff --git a/web/images/search.gif b/web/images/search.gif new file mode 100644 index 0000000..790843c Binary files /dev/null and b/web/images/search.gif differ diff --git a/web/images/shred.gif b/web/images/shred.gif new file mode 100644 index 0000000..2c81d3b Binary files /dev/null and b/web/images/shred.gif differ diff --git a/web/images/sort-asc.gif b/web/images/sort-asc.gif new file mode 100644 index 0000000..29fee1d Binary files /dev/null and b/web/images/sort-asc.gif differ diff --git a/web/images/sort-desc.gif b/web/images/sort-desc.gif new file mode 100644 index 0000000..d049aa0 Binary files /dev/null and b/web/images/sort-desc.gif differ diff --git a/web/images/top.gif b/web/images/top.gif new file mode 100644 index 0000000..13502e4 Binary files /dev/null and b/web/images/top.gif differ diff --git a/web/images/trash.gif b/web/images/trash.gif new file mode 100644 index 0000000..73fa119 Binary files /dev/null and b/web/images/trash.gif differ diff --git a/web/images/up.gif b/web/images/up.gif new file mode 100644 index 0000000..1165d2e Binary files /dev/null and b/web/images/up.gif differ diff --git a/web/images/warning.gif b/web/images/warning.gif new file mode 100644 index 0000000..76d93ee Binary files /dev/null and b/web/images/warning.gif differ diff --git a/web/index.php b/web/index.php new file mode 100644 index 0000000..5e4fa7a --- /dev/null +++ b/web/index.php @@ -0,0 +1,10 @@ +getController()->dispatch(); diff --git a/web/robots.txt b/web/robots.txt new file mode 100644 index 0000000..0827227 --- /dev/null +++ b/web/robots.txt @@ -0,0 +1,2 @@ +#User-agent: * +#Disallow: -- cgit v1.1-32-gdbae