X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/947bdc28cd01bc025ffde2af3472b38e5d30f9d1..50d95cd1569a8452323d565cf2f34fc63672cff7:/app/views/election/_theme_upload.rhtml diff --git a/app/views/election/_theme_upload.rhtml b/app/views/election/_theme_upload.rhtml new file mode 100644 index 0000000..7c29c21 --- /dev/null +++ b/app/views/election/_theme_upload.rhtml @@ -0,0 +1,25 @@ +<%= error_messages_for("skin_picture") %> + +

If you want a custom theme upload it if here!
+ +
+ <%=file_field :top_bar, :uploaded_data %>
+
+ <%=file_field :default_image, :uploaded_data %>
+
+ <%=file_field :bg1, :uploaded_data %>
+
+ <%=file_field :bg2, :uploaded_data %>
+
+ <%=file_field :bottom_bar, :uploaded_data %>
+

+ +

Detailed Information: + Every embeddable widget uses five different picture files to create + it's color scheme and default image. If you have images you'd like to + use in your widget. Please make sure they fit the + specified dimensions.
+ Top Bar/ Bottom Bar/ Alternating Backgrounds: 330px wide 53px tall +
+ Default Image: 70px wide 53px tall +

\ No newline at end of file