default page "design"

This commit is contained in:
Ulf Gebhardt 2014-03-19 18:39:16 +01:00
parent 5b2a649776
commit 69b0aefd27
32 changed files with 78 additions and 25 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -4,3 +4,4 @@
\SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/buttons/','buttons','*.png'); \SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/buttons/','buttons','*.png');
\SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/backgrounds/','backgrounds','*.png'); \SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/backgrounds/','backgrounds','*.png');
\SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/wow_city_icons/','wow_city_icons','*.png'); \SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/wow_city_icons/','wow_city_icons','*.png');
\SYSTEM\IMG\img::registerFolder(dirname(__FILE__).'/default_page/','default_page','*.png');

View File

@ -48,9 +48,9 @@ body {
width: 60%; width: 60%;
top: 20%; top: 20%;
left: 20%; left: 20%;
-webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1); //-webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1); //box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
border-radius: 5px; //border-radius: 5px;
} }
#frame_logo { #frame_logo {
@ -73,23 +73,25 @@ body {
#frame_content { #frame_content {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
margin-bottom: 75px; margin-bottom: 10px;
} }
#frame_content_left { #frame_content_left {
float: left; float: left;
color: black; color: black;
width: 33%; width: 30%;
} }
#frame_content_center { #frame_content_center {
width: 33%; width: 30%;
margin: 1.5%;
margin-left: 34.5%;
} }
#frame_content_right { #frame_content_right {
float: right; float: right;
padding-right: 10px; width: 30%;
width: 33%; margin: 1.5%;
} }
#frame_footer{ #frame_footer{

View File

@ -28,7 +28,8 @@ class default_page extends SYSTEM\PAGE\Page {
$vars['default_page_login'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_login.tpl'), array()); $vars['default_page_login'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_login.tpl'), array());
$vars['default_page_toolbar'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_toolbar.tpl'), array()); $vars['default_page_toolbar'] = \SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page_toolbar.tpl'), array());
//$vars['WOWICONS'] = \SYSTEM\IMG\img::getURL('wowicons'); //$vars['WOWICONS'] = \SYSTEM\IMG\img::getURL('wowicons');
$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(), 'default_page/img/'); //$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(), 'default_page/img/');
$vars['PICPATH'] = \SYSTEM\CONFIG\config::get(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL).'api.php?call=img&cat=default_page&id=';
$vars['copyright'] = ''; $vars['copyright'] = '';
$vars['inprint'] = ''; $vars['inprint'] = '';
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE)); $vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE));

View File

@ -6,30 +6,66 @@
${css} ${css}
${js} ${js}
</head> </head>
<body style="background: url(${PICPATH}wall.jpg);"> <body style="background: url(${PICPATH}wall.png);">
<div id="frame_logo"><img src="${PICPATH}logo.png"/></div> <div id="frame_logo"><img src="${PICPATH}logo.png"/></div>
<div id="frame_main"> <div id="frame_main">
<div id="frame_content_wrapper" class="threecol_parent" style="background: url(${PICPATH}background.png);"> <div id="frame_content_wrapper" class="threecol_parent" style="background: url(${PICPATH}background.png);">
<div id="frame_header" class="threecol_row"> <div id="frame_header" class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_top_l.png) no-repeat;">&nbsp;</div> <div class="threecol_col" style="background: url(${PICPATH}border_top_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;">&nbsp;${copyright} ${inprint}</div> <div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;">&nbsp;</div> <div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;"></div>
</div> </div>
<div class="threecol_row"> <div class="threecol_row" style="height: 450px;">
<div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div> <div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
<div id="frame_content"> <div id="frame_content">
<div id="frame_content_left">${default_page_welcome}</div> <div id="frame_content_left">${default_page_welcome}</div>
<div id="frame_content_center">${default_page_serverinfo}</div> <div id="frame_content_center">
<div id="frame_content_right">${default_page_login}</div> <div class="threecol_parent" style="width: 30%;margin-top: 14px;">
<div class="threecol_row" style="height: 12px;">
<div class="threecol_col" style="background: url(${PICPATH}border_tops_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_tops_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_tops_r.png) no-repeat;"></div>
</div>
<div class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_lefts.png) repeat-y; width: 12px;"></div>
<div class="threecol_col" style="background-color: darkslategrey; padding-left: 10px;">${default_page_login}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_rights.png) repeat-y; width: 12px;"></div>
</div>
<div class="threecol_row" style="height: 12px;">
<div class="threecol_col" style="background: url(${PICPATH}border_bots_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bots_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bots_r.png) no-repeat;"></div>
</div>
</div>
</div>
<div id="frame_content_right">
<div class="threecol_parent" style="width: 30%;">
<div class="threecol_row" style="height: 12px;">
<div class="threecol_col" style="background: url(${PICPATH}border_tops_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_tops_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_tops_r.png) no-repeat;"></div>
</div>
<div class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_lefts.png) repeat-y; width: 12px;"></div>
<div class="threecol_col" style="background-color: darkolivegreen; padding-left: 10px;">${default_page_serverinfo}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_rights.png) repeat-y; width: 12px;"></div>
</div>
<div class="threecol_row" style="height: 12px;">
<div class="threecol_col" style="background: url(${PICPATH}border_bots_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bots_m.png) repeat-x;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bots_r.png) no-repeat;"></div>
</div>
</div>
</div>
<div class="clear"></div> <div class="clear"></div>
<div id="frame_content_toolbar">${default_page_toolbar}</div> <div id="frame_content_toolbar">${default_page_toolbar}</div>
</div> </div>
<div id="frame_right_border" class="threecol_col" style="background: url(${PICPATH}border_right.png) repeat-y;"></div> <div id="frame_right_border" class="threecol_col" style="background: url(${PICPATH}border_right.png) repeat-y;"></div>
</div> </div>
<div id="frame_footer" class="threecol_row"> <div id="frame_footer" class="threecol_row">
<div class="threecol_col" style="background: url(${PICPATH}border_bot_l.png) no-repeat;">&nbsp;</div> <div class="threecol_col" style="background: url(${PICPATH}border_bot_l.png) no-repeat;"></div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_m.png) repeat-x;">&nbsp;${copyright} ${inprint}</div> <div class="threecol_col" style="background: url(${PICPATH}border_bot_m.png) repeat-x;"> ${copyright} ${inprint}</div>
<div class="threecol_col" style="background: url(${PICPATH}border_bot_r.png) no-repeat;">&nbsp;</div> <div class="threecol_col" style="background: url(${PICPATH}border_bot_r.png) no-repeat;"></div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -0,0 +1,13 @@
<H3>Server Info</H3>
<p>Realmlist: ${realmlist}</p>
<p>Server Version: ${server_version}</p>
<p>Client Version: ${client_version}</p>
<p>Database Version: ${database_version}</p>
<H3>Server Status</H3>
<p>Realm Server: ${realm_status}</p>
<p>World Server: ${world_status}</p>
<H3>Server Help</H3>
<p>Download realmlist.wtf</p>
<p>Download WoW 1.12</p>

View File

@ -1,3 +0,0 @@
<div id="start" style="float: left;">
<a href="#"><img src="${PICPATH}button.png"/></a>
</div>

View File

@ -6,3 +6,6 @@
Feel free to snoop around. Feel free to snoop around.
</h4> </h4>
<div style=""><img src="${PICPATH}help_gnome.png" width="200px;" /></div> <div style=""><img src="${PICPATH}help_gnome.png" width="200px;" /></div>
<div id="start" style="float: left;padding-top: 25px;">
<a href="#"><img src="${PICPATH}button.png"/></a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB