mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- yWeb: remove hardcoded css from textareas
This commit is contained in:
@@ -23,7 +23,7 @@ function do_submit(){
|
|||||||
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;">{=if-file-exists:/var/tuxbox/config/extentions.txt~{=include:/var/tuxbox/config/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
|
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list">{=if-file-exists:/var/tuxbox/config/extentions.txt~{=include:/var/tuxbox/config/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -63,7 +63,7 @@ function init(){
|
|||||||
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
||||||
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><textarea name="extentions" cols="90" rows="5" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;"></textarea></td>
|
<td><textarea name="extentions" cols="90" rows="5" title="extention list"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
||||||
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><textarea name="extentions" cols="90" rows="5" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;"></textarea></td>
|
<td><textarea name="extentions" cols="90" rows="5" title="extention list"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -56,7 +56,7 @@ function ni(){
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<form name="f" accept-charset="UTF-8" action="/y/cgi?execute=include-block:Y_Filemgr_blocks.txt;edit_save_settings;nix" method="POST">
|
<form name="f" accept-charset="UTF-8" action="/y/cgi?execute=include-block:Y_Filemgr_blocks.txt;edit_save_settings;nix" method="POST">
|
||||||
<textarea id="txt" name="editfile" cols="100" rows="31" wrap="off" title="Editor" style="width:100%;background : white; font : 'Courier New',medium monospace; color : #333333;">{=include:{=file=}=}</textarea>
|
<textarea id="txt" name="editfile" cols="100" rows="31" wrap="off" title="Editor" style="width: 100%;">{=include:{=file=}=}</textarea>
|
||||||
<input type="hidden" name="tmpl" value="Y_Filemgr_Edit.yhtm"/>
|
<input type="hidden" name="tmpl" value="Y_Filemgr_Edit.yhtm"/>
|
||||||
<input type="hidden" name="file" value="{=file=}"/>
|
<input type="hidden" name="file" value="{=file=}"/>
|
||||||
</form>
|
</form>
|
||||||
|
@@ -95,6 +95,11 @@ input[type="text"],input[type="password"],select{
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
textarea {
|
||||||
|
font: monospace medium 'Courier New', sans-serif;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #436976;
|
||||||
|
}
|
||||||
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
|
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
|
||||||
a {
|
a {
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
@@ -50,7 +50,7 @@ function do_submit() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td><textarea name="channels" cols="60" rows="10" style="background : white; font : 'Courier New',medium monospace; color : #436976;">{=if-file-exists:/var/tuxbox/config/channels.txt~{=include:/var/tuxbox/config/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
|
<td><textarea name="channels" cols="60" rows="10">{=if-file-exists:/var/tuxbox/config/channels.txt~{=include:/var/tuxbox/config/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -51,7 +51,7 @@ function doUpload()
|
|||||||
{=var-set:help_url=Help-Tools-Command_Shell=}{=var-set:menu={=L:tools.command_shell=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
{=var-set:help_url=Help-Tools-Command_Shell=}{=var-set:menu={=L:tools.command_shell=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||||
<div class="work_box_body">
|
<div class="work_box_body">
|
||||||
<form name="co" action="">
|
<form name="co" action="">
|
||||||
<textarea name="cmds" cols="80" rows="18" title="shell output window" style="display: block;background : white; font : 'Courier New','medium monospace'; color : #436976;"></textarea>
|
<textarea name="cmds" cols="80" rows="18" title="shell output window"></textarea>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form name="f" target="tmp" onsubmit="do_submit();return false;" action="">
|
<form name="f" target="tmp" onsubmit="do_submit();return false;" action="">
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.9.0.25
|
version=2.9.0.26
|
||||||
date=21.01.2016
|
date=21.01.2016
|
||||||
type=Release
|
type=Release
|
||||||
info=Port CST
|
info=Port CST
|
||||||
|
Reference in New Issue
Block a user