aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php
index 99b9cf0..55484d0 100644
--- a/web/index.php
+++ b/web/index.php
@@ -190,6 +190,38 @@
?></textarea>
<br>
</div>
+ <div id="expert" class="step">
+ <h1>Expert</h1>
+
+ <label for="expert_use">USE flags</label>
+ <br />
+ <textarea id="expert_use" name="use"
+ style="width: 680px; height: 60px;"><?php
+ echo DEFAULT_USE;
+ ?></textarea>
+ <br><br />
+ <label for="expert_puse">Package USE</label>
+ <br />
+ <textarea id="expert_puse" name="puse"
+ style="width: 680px; height: 60px;"><?php
+ echo DEFAULT_PACKAGE_USE;
+ ?></textarea>
+ <br><br />
+ <label for="expert_features">Features</label>
+ <br />
+ <textarea id="expert_features" name="features"
+ style="width: 680px; height: 60px;"><?php
+ echo DEFAULT_FEATURES;
+ ?></textarea>
+ <br><br />
+ <label for="expert_keywords">Accept Keywords</label>
+ <br />
+ <textarea id="expert_keywords" name="keywords"
+ style="width: 680px; height: 60px;"><?php
+ echo DEFAULT_KEYWORDS;
+ ?></textarea>
+ <br>
+ </div>
<div id="format" class="step submit_step">
<h1>Image format</h1>