summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/index.html b/index.html
index d0cd228..9f173e4 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@ body {
}
#title {
- font-size: 30px;
+ font-size: 25px;
}
#params {
@@ -73,12 +73,11 @@ body {
<table id="form_table" border="0">
<tr>
<td>Texture URL:</td>
- <td colspan="2"><input type="text" id="texture" size="70"
- value="http://someurl.jpg" /></td>
+ <td colspan="2"><input type="text" id="texture" size="35" value="http://someurl.jpg" /></td>
</tr>
<tr>
<td>Heightmap URL:</td>
- <td colspan="2"><input type="text" id="heightmap" size="70"
+ <td colspan="2"><input type="text" id="heightmap" size="35"
value="http://someurl.jpg" /><br /></td>
</tr>
<tr>
@@ -91,6 +90,18 @@ body {
</form>
</div>
</td>
+ <td>
+ <div id="new_thing">
+ <table id="username_etc" border=0>
+ <tr>
+ <td colspan="2">Username:&nbsp<input type="text" size="10" id="username" value="" /></td>
+ </tr>
+ <tr>
+ <td id="gallery_link" colspan="2">&rarr;<a href="http://asdf.us/im/gallery" target="_blank" >pb gallery</a></td>
+ </tr>
+ </table>
+ </div>
+ </td>
</tr>
</table>
<div id="container">