webbuild.html: center cointainer and simplify code for heading image and message
This commit is contained in:
parent
92a3d43064
commit
0e2960e708
@ -199,17 +199,13 @@ function ajax_getvalues(request,confirm) {
|
|||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
</head><body>
|
</head><body>
|
||||||
<table width="100%"><tr><td>
|
<table width="100%">
|
||||||
<tr><td valign="middle">
|
|
||||||
<table align="left"><tr>
|
|
||||||
<td><img src="/images/webbuild.png" alt="build automatici"></td>
|
|
||||||
<td> <b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b></td>
|
|
||||||
</tr></table>
|
|
||||||
</td></tr>
|
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<span class=webbuild>
|
<span class=webbuild>
|
||||||
<div id=container style="position:relative;width:894px;height:auto;top:0;left:0;">
|
<div id=container style="position:relative;width:894px;height:auto;top:0;left:0;margin-left:auto;margin-right:auto;">
|
||||||
<form id=webbuildform name=webbuild method=post action="javascript:">
|
<form id=webbuildform name=webbuild method=post action="javascript:">
|
||||||
|
<img src="/images/webbuild.png" alt="build automatici">
|
||||||
|
<b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b>
|
||||||
|
|
||||||
<span id="searchbox"></span>
|
<span id="searchbox"></span>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user