<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Style Manager - FireWaLL Forums - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<style type="text/css">
.page { background-color:white; color:black; }
.time { color:silver; }
</style>
<script type="text/javascript">
<!--
var SESSIONHASH = "";
var IMGDIR_MISC = "../cpstyles/vBulletin_3_Default";
var CLEARGIFURL = "./clear.gif";
function set_cp_title()
{
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string')
{
parent.document.title = (document.title != '' ? document.title : 'vBulletin');
}
}
//-->
</script>
<script type="text/javascript" src="../clientscript/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="../clientscript/yui/connection/connection-min.js"></script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>
<body style="margin:0px" onload="set_cp_title();">
<div class="pagetitle">Style Manager</div>
<div style="margin:10px">
<!-- END CONTROL PANEL HEADER -->
<script type="text/javascript" src="../clientscript/vbulletin_templatemgr.js"></script>
<script type="text/javascript">
<!--
var SESSIONHASH = "";
var EXPANDSET = "3";
var GROUP = "all";
var SEARCHSTRING = "navbar";
var STYLETITLE = { "2" : "BlueBurst", "3" : "vB_Dark_3.7.0", "13" : "ModernBlue", "11" : "Mean Green", "19" : "Default Style" };
var STYLEPARENTS = { "2" : "-1", "3" : "-1", "13" : "-1", "11" : "-1", "19" : "-1" };
var MONTH = { "0" : "January", "1" : "February", "2" : "March", "3" : "April", "4" : "May", "5" : "June", "6" : "July", "7" : "August", "8" : "September", "9" : "October", "10" : "November", "11" : "December" };
var vbphrase = {
"click_the_expand_collapse_button" : "Click the 'Expand/Collapse' button, or double-click the group name to expand or collapse the %1$s group of templates.",
"this_template_has_been_customized_in_a_parent_sty le" : "This template has been customized within the %1$s style, (a parent set of the %2$s style).<br /><br />You may click the 'Customize' button to create a customized version of this template, based on the customizations in the %1$s style.<br /><br />If you would like to edit the %3$s template within the %1$s parent style, <a href=\"%4$s\">Click Here</a>.",
"this_template_has_not_been_customized" : "This template has not been customized in this style or any of its parent styles.<br /><br />Double-click the template name or click the 'Customize' button to add a customized version of this template to the current style and its child sets.",
"this_template_has_been_customized_in_this_sty le" : "This template has been customized in the current style.<br /><br />Double-click the template name or click the 'Edit' button to modify the template.<br /><br />You may also view the original template, from which this template was customized, by clicking the 'View Original' button.",
"template_last_edited_js" : "Last edited %1$s %2$s %3$s at %4$s:%5$s by %6$s",
"x_templates" : "%1$s Templates"
};
// -->
</script>
<br />
<form action="template.php?do=displayorder" method="post" tabindex="1" name="tform">
<input type="hidden" name="do" value="dodisplayorder" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="adminhash" value="30aea71b97b45137b84fc4897f3fc37f" />
<input type="hidden" name="expandset" value="3" />
<input type="hidden" name="group" value="all" />
<div align="center">
<div class="tborder" style="width:90%; text-align:left">
<div class="tcat" style="padding:4px; text-align:center"><div style="float:right"><a class="helplink" href="#" onclick="js_open_help('template', 'modify', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div><b>Style Manager</b></div>
<div class="stylebg">
<!-- start header row for style '2' -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" class="stylerow">
<tr>
<td><label for="userselect_2" title="Allow User Selection"> <input type="checkbox" name="userselect[2]" value="1" tabindex="1" checked="checked" id="userselect_2" onclick="check_children(2, this.checked)" /></label><a href="../index.php?styleid=2" target="_blank" title="View Your Forum Using this Style">BlueBurst</a></td>
<td align="right" nowrap="nowrap">
<input type="text" class="bginput" name="displayorder[2]" value="1" tabindex="1" size="2" title="Display Order" />
<select name="styleEdit_2" id="menu_2" onchange="Sdo(this.options[this.selectedIndex].value, 2);" class="bginput">
<optgroup label="Template Options">
<option value="template_templates">Edit Templates</option>
<option value="template_addtemplate">Add New Template</option>
<option value="template_revertall">Revert all Templates</option>
</optgroup>
<optgroup label="Edit Fonts / Colors etc.">
<option value="css_all" selected="selected">All Style Options</option>
<option value="css_templates">Common Templates</option>
<option value="css_stylevars">StyleVars</option>
<option value="css_maincss">Main CSS</option>
<option value="css_replacements">Replacement Variables</option>
<option value="css_posteditor">Toolbar Menu Options</option>
</optgroup>
<optgroup label="Edit Style Options">
<option value="template_editstyle">Edit Settings</option>
<option value="template_addstyle">Add Child Style</option>
<option value="template_download">Download</option>
<option value="template_delete" class="col-c">Delete Style</option>
</optgroup>
</select><input type="button" class="button" value="Go" onclick="Sdo(this.form.styleEdit_2.options[this.form.styleEdit_2.selectedIndex].value, 2);" />
<input type="button" class="button" tabindex="1"
value="« »" title="Expand Templates"
onclick="window.location='template.php?do=modify&a mp;group=all&expandset=2'; " />
</td>
</tr>
</table>
<!-- end header row for style '.2' -->
<!-- start header row for style '3' -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" class="stylerow">
<tr>
<td><label for="userselect_3" title="Allow User Selection"> <input type="checkbox" name="userselect[3]" value="1" tabindex="1" checked="checked" id="userselect_3" onclick="check_children(3, this.checked)" /></label><a href="../index.php?styleid=3" target="_blank" title="View Your Forum Using this Style">vB_Dark_3.7.0</a></td>
<td align="right" nowrap="nowrap">
<input type="text" class="bginput" name="displayorder[3]" value="1" tabindex="1" size="2" title="Display Order" />
<select name="styleEdit_3" id="menu_3" onchange="Sdo(this.options[this.selectedIndex].value, 3);" class="bginput">
<optgroup label="Template Options">
<option value="template_templates">Edit Templates</option>
<option value="template_addtemplate">Add New Template</option>
<option value="template_revertall">Revert all Templates</option>
</optgroup>
<optgroup label="Edit Fonts / Colors etc.">
<option value="css_all" selected="selected">All Style Options</option>
<option value="css_templates">Common Templates</option>
<option value="css_stylevars">StyleVars</option>
<option value="css_maincss">Main CSS</option>
<option value="css_replacements">Replacement Variables</option>
<option value="css_posteditor">Toolbar Menu Options</option>
</optgroup>
<optgroup label="Edit Style Options">
<option value="template_editstyle">Edit Settings</option>
<option value="template_addstyle">Add Child Style</option>
<option value="template_download">Download</option>
<option value="template_delete" class="col-c">Delete Style</option>
</optgroup>
</select><input type="button" class="button" value="Go" onclick="Sdo(this.form.styleEdit_3.options[this.form.styleEdit_3.selectedIndex].value, 3);" />
<input type="button" class="button" tabindex="1"
value="» «" title="Collapse Templates"
onclick="window.location='template.php?do=modify&a mp;group=all';" />
</td>
</tr>
</table>
<!-- end header row for style '.3' -->
<!-- start template list for style '3' -->
<table cellpadding="0" cellspacing="10" border="0" align="center"><tr valign="top">
<td>
<select name="tl3" id="templatelist3" class="darkbg" size="25" style="font-weight:bold; width:350px"
onchange="Tprep(this.options[this.selectedIndex], 3, 1);"
ondblclick="Tdo(Tprep(this.options[this.selectedIndex], 3, 0), '');">
<option class="templategroup" value="">- - vB_Dark_3.7.0 Templates - -</option>
<option class="col-g" value="~" i="Jelsoft;1208875352">activateform</option>
<option class="col-g" value="~" i="Jelsoft;1208875371">activate_requestemail</option>
<option class="col-g" value="~" i="WetWired;1209474592">activity_navbar</option>
<option class="col-g" value="~" i="WetWired;1209346218">activity_topstatpage</option>
<optgroup label="">
<option class="templategroup" value="[]">vBadvanced CMPS Templates «</option>
<option class="col-g" value="~" i="vBadvanced;1223222699">adv_portal</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Ad Location Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1192725162">ad_navbar_below</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Album Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1208875378">album_addgroup</option>
<option class="col-g" value="~" i="Jelsoft;1208875679">album_edit</option>
<option class="col-g" value="~" i="Jelsoft;1198185206">album_list</option>
<option class="col-g" value="~" i="Jelsoft;1208875399">album_moderatedcomments</option>
<option class="col-g" value="~" i="Jelsoft;1208875321">album_picturelist</option>
<option class="col-g" value="~" i="Jelsoft;1214218615">album_pictureview</option>
<option class="col-g" value="~" i="Jelsoft;1214219590">album_picture_edit</option>
<option class="col-g" value="~" i="Jelsoft;1208875637">album_picture_upload</option>
<option class="col-g" value="~" i="Jelsoft;1200331012">album_unreadcomments</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Announcement Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729864">announcement</option>
<option class="col-g" value="~" i="Jelsoft;1208880816">announcement_edit</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Calendar Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729864">CALENDAR</option>
<option class="col-g" value="~" i="Jelsoft;1208875602">calendar_edit</option>
<option class="col-g" value="~" i="Jelsoft;1208875485">calendar_manage</option>
<option class="col-g" value="~" i="Jelsoft;1195729863">calendar_showevents</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Jelsoft;1208875516">contactus</option>
<option class="col-g" value="~" i="Jelsoft;1204913623">converse</option>
<optgroup label="">
<option class="templategroup" value="[]">Cybernetec Templates «</option>
<option class="col-g" value="~" i="Cybernetec;1222111091">cyb_chatbox</option>
<option class="col-g" value="~" i="Cybernetec;1217689224">cyb_moderating_stats</option>
<option class="col-g" value="~" i="Cybernetec;1217110015">cyb_paypal_donate</option>
<option class="col-g" value="~" i="Cybernetec;1217110015">cyb_paypal_list</option>
<option class="col-g" value="~" i="Cybernetec;1217110015">cyb_paypal_list_edit</option>
<option class="col-g" value="~" i="Cybernetec;1209682153">cyb_pme_pmmenu</option>
<option class="col-g" value="~" i="Cybernetec;1211644143">cyb_topstats_php</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Paul M;1210000000">Display_Guestlist</option>
<option class="col-g" value="~" i="Paul M;1210000000">Display_Guestview</option>
<option class="col-g" value="~" i="Paul M;1191000000">Display_Memberlist</option>
<option class="col-g" value="~" i="Paul M;1191000000">Display_Memberview</option>
<option class="col-g" value="~" i="Jelsoft;1208875524">editpoll</option>
<option class="col-g" value="~" i="Jelsoft;1208875542">editpost</option>
<optgroup label="">
<option class="templategroup" value="[]">FAQ Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729840">FAQ</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-c" value="706" i="-=Leb=-;1210886238">form</option>
<optgroup label="">
<option class="templategroup" value="[]">Forum Display Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1213180200">FORUMDISPLAY</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Forum Home Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1213209031">FORUMHOME</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Jelsoft;1195731231">GENERIC_SHELL</option>
<optgroup label="">
<option class="templategroup" value="[]">Help Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729859">help_avatars</option>
<option class="col-g" value="~" i="Jelsoft;1206965077">help_bbcodes</option>
<option class="col-g" value="~" i="Jelsoft;1195729860">help_smilies</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Zachariah;0">ipinfo</option>
<option class="col-g" value="~" i="Jelsoft;1215528100">lostpw</option>
<option class="col-g" value="~" i="Jelsoft;1208875831">mailform</option>
<optgroup label="">
<option class="templategroup" value="[]">Member Info Templates «</option>
<option class="col-c" value="699" i="-=Leb=-;1219773225">MEMBERINFO</option>
<option class="col-g" value="~" i="Jelsoft;1208875871">memberinfo_deletemessages </option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Member's List Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1212144979">memberlist</option>
<option class="col-g" value="~" i="Jelsoft;1212582108">memberlist_search</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Exitilus;1209600985">member_searchform</option>
<optgroup label="">
<option class="templategroup" value="[]">Moderation Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1208875904">moderation_deletepictures </option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Navigation / Breadcrumb Templates «</option>
<option class="col-c" value="696" i="-=Leb=-;1220633890">navbar</option>
<option class="col-g" value="~" i="Jelsoft;1070543944">navbar_link</option>
<option class="col-g" value="~" i="randominity;1129399472">navbar_mini</option>
<option class="col-g" value="~" i="Jelsoft;1190025606">navbar_noticebit</option>
<option class="col-g" value="~" i="Jelsoft;1203615317">navbar_notifications_menubi t</option>
<option class="col-g" value="~" i="Atakan KOC;1209841554">navbar_usercp_menu</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">New Posting Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1208876374">newpoll</option>
<option class="col-g" value="~" i="Jelsoft;1210684936">newreply</option>
<option class="col-c" value="705" i="-=Leb=-;1219773235">newthread</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Picture Comment Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1208876422">picturecomment_deletemessag es</option>
<option class="col-g" value="~" i="Jelsoft;1208876440">picturecomment_editor</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Poll Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729862">pollresults</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Post Edit History Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1208876572">posthistory</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Jelsoft;1208876514">reportitem</option>
<optgroup label="">
<option class="templategroup" value="[]">Reputation (User Reputation) Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729860">reputation</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Search Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1213274686">search_forums</option>
<option class="col-g" value="~" i="Jelsoft;1208876485">search_results</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<option class="col-g" value="~" i="Jelsoft;1208876471">sendtofriend</option>
<option class="col-g" value="~" i="Jelsoft;1195729840">shell_blank</option>
<optgroup label="">
<option class="templategroup" value="[]">Show Groups Templates «</option>
<option class="col-g" value="~" i="Jelsoft;1195729859">SHOWGROUPS</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
<option class="templategroup" value="[]">Show Thread Templates «</option>
<option class="col-c" value="711" i="-=Leb=-;1212082177">SHOWTHREAD</option>
</optgroup><!--<optgroup label=""></optgroup>-->
<optgroup label="">
|