⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 site_styles.php

📁 通达OA部分源代码
💻 PHP
📖 第 1 页 / 共 3 页
字号:
                                  <input name="side_title_bg" type="text" id="side_title_bg" value="<? echo $style["sb_side_title_bg"];?>" maxlength="6">
                                  <br>
                                  <font size="1">(Enter color in Hexadecimal format 
                                  #RRGGBB)</font> </font></td>
                              </tr>
                              <tr> 
                                <td valign="top" bgcolor="#F5F5F5"><div align="right"><strong><font size="2" face="Arial, Helvetica, sans-serif">Side 
                                    Title Font Color:<br>
                                    </font></strong></div></td>
                                <TD align=left valign="top" class="onepxtable"><FONT color=red 
                        size=2 face="Arial, Helvetica, sans-serif">*</FONT></TD>
                                <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"># 
                                  <input name="side_title_font_color" type="text" id="side_title_font_color" value="<? echo $style["sb_side_title_font_color"];?>" maxlength="6">
                                  <br>
                                  <font size="1">(Enter color in Hexadecimal format 
                                  #RRGGBB)</font> </font></td>
                              </tr>
                              <tr> 
                                <td width="40%" valign="top" bgcolor="#F5F5F5"><div align="right"><strong><font size="2" face="Arial, Helvetica, sans-serif"> 
                                    Normal Text Style:</font></strong></div></td>
                                <TD align=left valign="top" class="onepxtable"><FONT color=red 
                        size=2 face="Arial, Helvetica, sans-serif">*</FONT></TD>
                                <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"> 
                                  <select name="normal_font" id="normal_font">
                                    <option value="Arial, Helvetica, sans-serif" <? 
								  if($style["sb_normal_font"]== "Arial, Helvetica, sans-serif")
								  { echo "selected";}
								  ?>>Arial</option>
                                    <option value="Courier New, Courier, mono" <? 
								  if($style["sb_normal_font"]== "Courier New, Courier, mono")
								  { echo "selected";}
								  ?>>Courier New</option>
                                    <option value="Times New Roman, Times, serif" <? 
								  if($style["sb_normal_font"]== "Times New Roman, Times, serif")
								  { echo "selected";}
								  ?>>Times New Roman</option>
                                    <option value="Verdana, Arial, Helvetica, sans-serif" <? 
								  if($style["sb_normal_font"]== "Verdana, Arial, Helvetica, sans-serif")
								  { echo "selected";}
								  ?>>Verdana</option>
                                  </select>
                                  <select name="normal_font_size" id="select4">
                                    <option value="8" <? 
									if($style["sb_normal_font_size"]==8)
									{ echo "selected";} ?>>8</option>
                                    <option value="9"  <? 
									if($style["sb_normal_font_size"]==9)
									{ echo "selected";} ?>>9</option>
                                    <option value="10"  <? 
									if($style["sb_normal_font_size"]==10)
									{ echo "selected";} ?>>10</option>
                                    <option value="11"  <? 
									if($style["sb_normal_font_size"]==11)
									{ echo "selected";} ?>>11</option>
                                    <option value="12"  <? 
									if(($style["sb_normal_font_size"]==12)||($id==0))
									{ echo "selected";} ?>>12</option>
                                    <option value="14"  <? 
									if($style["sb_normal_font_size"]==14)
									{ echo "selected";} ?>>14</option>
                                    <option value="16"  <? 
									if($style["sb_normal_font_size"]==16)
									{ echo "selected";} ?>>16</option>
                                    <option value="18"  <? 
									if($style["sb_normal_font_size"]==18)
									{ echo "selected";} ?>>18</option>
                                    <option value="20"  <? 
									if($style["sb_normal_font_size"]==20)
									{ echo "selected";} ?>>20</option>
                                    <option value="22"  <? 
									if($style["sb_normal_font_size"]==22)
									{ echo "selected";} ?>>22</option>
                                    <option value="24"  <? 
									if($style["sb_normal_font_size"]==24)
									{ echo "selected";} ?>>24</option>
                                    <option value="26"  <? 
									if($style["sb_normal_font_size"]==26)
									{ echo "selected";} ?>>26</option>
                                    <option value="28"  <? 
									if($style["sb_normal_font_size"]==28)
									{ echo "selected";} ?>>28</option>
                                    <option value="36"  <? 
									if($style["sb_normal_font_size"]==36)
									{ echo "selected";} ?>>36</option>
                                    <option value="48"  <? 
									if($style["sb_normal_font_size"]==48)
									{ echo "selected";} ?>>48</option>
                                    <option value="72"  <? 
									if($style["sb_normal_font_size"]==72)
									{ echo "selected";} ?>>72</option>
                                  </select>
                                  Color # 
                                  <input name="normal_font_color" type="text" id="normal_font_color" value="<? echo $style["sb_normal_font_color"];?>" size="10" maxlength="6">
                                  <br>
                                  <font size="1">(Enter color in Hexadecimal format 
                                  #RRGGBB)</font> </font></td>
                              </tr>
                              <tr> 
                                <td width="40%" valign="top" bgcolor="#F5F5F5"><div align="right"><strong><font size="2" face="Arial, Helvetica, sans-serif">Link 
                                    Style: </font></strong></div></td>
                                <TD align=left valign="top" class="onepxtable"><FONT color=red 
                        size=2 face="Arial, Helvetica, sans-serif">*</FONT></TD>
                                <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"> 
                                  <select name="link_font" id="link_font">
                                    <option value="Arial, Helvetica, sans-serif" <? 
								  if($style["sb_link_font"]== "Arial, Helvetica, sans-serif")
								  { echo "selected";}
								  ?>>Arial</option>
                                    <option value="Courier New, Courier, mono" <? 
								  if($style["sb_link_font"]== "Courier New, Courier, mono")
								  { echo "selected";}
								  ?>>Courier New</option>
                                    <option value="Times New Roman, Times, serif" <? 
								  if($style["sb_link_font"]== "Times New Roman, Times, serif")
								  { echo "selected";}
								  ?>>Times New Roman</option>
                                    <option value="Verdana, Arial, Helvetica, sans-serif" <? 
								  if($style["sb_link_font"]== "Verdana, Arial, Helvetica, sans-serif")
								  { echo "selected";}
								  ?>>Verdana</option>
                                  </select>
                                  <select name="link_font_size" id="select6">
                                    <option value="8" <? 
									if($style["sb_link_font_size"]==8)
									{ echo "selected";} ?>>8</option>
                                    <option value="9"  <? 
									if($style["sb_link_font_size"]==9)
									{ echo "selected";} ?>>9</option>
                                    <option value="10"  <? 
									if($style["sb_link_font_size"]==10)
									{ echo "selected";} ?>>10</option>
                                    <option value="11"  <? 
									if($style["sb_link_font_size"]==11)
									{ echo "selected";} ?>>11</option>
                                    <option value="12"  <? 
									if(($style["sb_link_font_size"]==12)||($id==0))
									{ echo "selected";} ?>>12</option>
                                    <option value="14"  <? 
									if($style["sb_link_font_size"]==14)
									{ echo "selected";} ?>>14</option>
                                    <option value="16"  <? 
									if($style["sb_link_font_size"]==16)
									{ echo "selected";} ?>>16</option>
                                    <option value="18"  <? 
									if($style["sb_link_font_size"]==18)
									{ echo "selected";} ?>>18</option>
                                    <option value="20"  <? 
									if($style["sb_link_font_size"]==20)
									{ echo "selected";} ?>>20</option>
                                    <option value="22"  <? 
									if($style["sb_link_font_size"]==22)
									{ echo "selected";} ?>>22</option>
                                    <option value="24"  <? 
									if($style["sb_link_font_size"]==24)
									{ echo "selected";} ?>>24</option>
                                    <option value="26"  <? 
									if($style["sb_link_font_size"]==26)
									{ echo "selected";} ?>>26</option>
                                    <option value="28"  <? 
									if($style["sb_link_font_size"]==28)
									{ echo "selected";} ?>>28</option>
                                    <option value="36"  <? 
									if($style["sb_link_font_size"]==36)
									{ echo "selected";} ?>>36</option>
                                    <option value="48"  <? 
									if($style["sb_link_font_size"]==48)
									{ echo "selected";} ?>>48</option>
                                    <option value="72"  <? 
									if($style["sb_link_font_size"]==72)
									{ echo "selected";} ?>>72</option>
                                  </select>
                                  Color # 
                                  <input name="link_font_color" type="text" id="link_font_color" value="<? echo $style["sb_link_font_color"];?>" size="10" maxlength="6">
                                  <font size="1"><br>
                                  (Enter color in Hexadecimal format #RRGGBB)</font> 
                                  </font></td>
                              </tr>
                              <tr> 
                                <td width="40%" valign="top" bgcolor="#F5F5F5"><div align="right"><strong><font size="2" face="Arial, Helvetica, sans-serif"> 
                                    </font></strong></div></td>
                                <td width="6" valign="top">&nbsp;</td>
                                <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"> 
                                  <input type="submit" name="Submit" value="Save">
                                  </font></td>
                              </tr>
                            </form>
                            <!--<form name=form3 target="_other" action="preview.php" onsubmit="return set_values(this);">
                              <tr align="left"> 
                                <td width="40%" valign="top" bgcolor="#F5F5F5"> 
                                  <input name="title" type="hidden" id="title"> 
                                  <input name="page_bg" type="hidden" id="page_bg"> 
                                  <input name="table_bg" type="hidden" id="table_bg"> 
                                  <input name="seperator" type="hidden" id="seperator"> 
                                  <input name="title_bg" type="hidden" id="title_bg"> 
                                  <input name="normal_table_bg" type="hidden" id="normal_table_bg"> 
                                  <input name="title_font_color" type="hidden" id="title_font_color"> 
                                  <input name="normal_font" type="hidden" id="normal_font"> 
                                  <input name="normal_font_size" type="hidden" id="normal_font_size"> 
                                  <input name="normal_font_color" type="hidden" id="normal_font_color"> 
                                  <input name="highlight_bg_color" type="hidden" id="highlight_bg_color"> 
                                  <input name="link_font" type="hidden" id="link_font"> 
                                  <input name="link_font_size" type="hidden" id="link_font_size"> 
                                  <input name="link_font_color" type="hidden" id="link_font_color"> 
                                  <input name="stat_yes_color" type="hidden" id="stat_yes_color"> 
                                  <input name="stat_no_color" type="hidden" id="stat_no_color"></td>
                                <td valign="top"> 
                                  <input name="preview" type="submit" id="preview" value="Preview" > 
                                </td>
                              </tr>
                            </form>-->
                          </table>
                         
                        </div></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
<?
}//main()
include "template.php";
///////////////////////////////////////////////////////////////////////////////
///      THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS  /////
///      AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR REUSE,  /////
///      RESALE OR REDISTRIBUTION.                                        ///// 
///      IF YOU NOTICE ANY VIOLATION OF ABOVE PLEASE REPORT AT:           /////
///      admin@softbizscripts.com                                         /////
///      http://www.softbizscripts.com                                    /////
///      http://www.softbizsolutions.com                                  /////  
///////////////////////////////////////////////////////////////////////////////

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -