Make phorkie search engine friendlier
[phorkie.git] / data / templates / new.htm
index 0f6971961ed8afb5fef589c7fd3c6cd7ce9364ba..163b5a3106aa7f6df27626129e3eda46fa9c47a9 100644 (file)
@@ -2,10 +2,13 @@
 {% block title %}New paste{% endblock %}
 
 {% block content %}
-<form method="post" action="/new" enctype="multipart/form-data">
- <div class="control-group pastedata">
-   <label for="description">Description</label>
+<div class="content-padding-fix"></div>
+<form method="post" action="new" enctype="multipart/form-data" class="form-horizontal">
+ <div class="control-group">
+  <label class="control-label" for="description">Description</label>
+  <div class="controls">
    <input type="text" name="description" id="description" value="{{description}}"/>
+  </div>
  </div>
 
  {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %}
@@ -38,8 +41,8 @@ $(document).ready(function() {
 
 {% block sidebar %}
  {% if recents.results %}
- <h3>Recently updated</h3>
- <ul>
+ <h4>Recently updated</h4>
+ <ul class="unstyled">
  {% for repo in recents.repos %}
    {% include 'repo-sidebar-list.htm' %}
  {% endfor %}