update promo dvd template
[opensuse:software-o-o.git] / app / views / order / new.rhtml
1 <%
2 @hide_search_box = true
3 @page_title = "Order Promo DVD copies for your next events"
4 -%>
5 <style type="text/css">
6   table#promoformtbl *.mandatory {
7     background-color: #d99;
8   }
9 </style>
10
11 <div>
12
13   <p> Join the fast-growing community putting openSUSE into more
14     hands by ordering the latest openSUSE PromoDVD for your group,
15     non-profit organization or event.
16   </p>
17
18   <p> Promo DVDs help to increase awareness and visibility of openSUSE
19     at events like LUG meetings, installfests, and conferences.  We also
20     ship to schools and universities or for any other training purposes.
21   </p>
22   <p>
23     For more information on what is in the promotional DVD, please see
24     <a href="http://en.opensuse.org/openSUSE:Ambassador_kit">the
25       wiki</a>.
26   </p>
27
28   <h2>About your event:</h2>
29
30   <p> 
31     Keep us informed about your upcoming event and we'll help you
32     promote it.  After your event is completed, let us know and we might
33     feature you on openSUSE News.  (Hint!  We love photos.  Take lots of
34     them!)  You can contact us at <a
35       href="mailto:opensuse-marketing@opensuse.org">opensuse-marketing@opensuse.org</a>
36     to discuss promotion and/or other ways we can assist you.
37   </p>
38
39   <h2>Before You Place an Order:</h2>
40
41   <p> 
42
43     <b>Personal Use:</b> Unfortunately, due to the cost and time
44     involved in shipping and handling, we can only send in bulk.  We are
45     unable to respond to requests for DVDs for personal use for any
46     reason (including your terrible internet connection). To get a DVD
47     for yourself, please visit <a
48       href="http://software.opensuse.org">software.opensuse.org</a>.  If
49     your connection is too slow, contact your <a
50       href="http://en.opensuse.org/openSUSE:Ambassadors_list">local
51       Ambassador</a> for an event in your area where you can get a free
52     copy.  And, if you don't have a local Ambassador, consider becoming
53     one.  We'd love to have you in our community.
54   </p>
55
56   <p>
57     <b>Commercial Use and Resale:</b> These PromoDVDs are not
58     for resale.  If you wish to sell openSUSE Boxed versions, please
59     visit <a href="http://www.open-slx.de">open-SLX</a>.
60   </p>
61
62   <p>
63     <b>In Summary:</b> We will not fill requests for the following:
64
65   <ul>
66     <li> single DVD requests </li>
67     <li>requests for reselling PromoDVDs</li>
68     <li>requests for samples for your company</li>
69     <li>Requests for DVDs due to slow internet connections</li>
70   </ul>
71 </p>
72
73 <p>
74   We will try to fill requests for:
75 <ul>
76   <li>DVDs for Free Software Day activities</li>
77   <li>openSUSE promotion at events and college fairs</li>
78   <li>LUGS and Linux conference stalls/booths</li>
79   <li> educational groups, community groups, or non-traditional events where you will talk about openSUSE</li>
80   <li>any event that has 100 or more expected attendees.</li>
81   <li>other reasons not listed but may be considered at our discretion</li>
82 </ul>
83 </p>
84
85 <p> 
86   You may also order in larger quantities if you have several events planned in the near future.
87   Not sure if your event  or group qualifies? Just go ahead and fill out the form, we'll let you  know. Or contact <a href="mailto:promodvds@opensuse.org">promodvds@opensuse.org</a> directly.
88 </p>
89
90 <h2>Filling Out the Order Form</h2>
91
92 <p>
93   Help us to quickly respond to your request by filling out the form
94   as accurately as possible.
95 </p>
96
97 <ul>
98   <li>Please enter a brief reason why you need the DVDs and Provide a link of the event/purpose.</li>
99   <li>We  might have posters and other promotional material (in English only) and  T-Shirts. If you want some, please state that and we supply based on  availability.</li>
100   <li> Shipping may take 2-3 weeks depending on your location and customs requirements</li>
101   <li>Please provide a real name for screening.</li>
102   <li>Use latin characters (letters and numbers) only.</li>
103   <li>Your phone number is needed for the parcel service.</li>
104 </ul>
105
106 <p>
107   We try to keep you informed about the status of the shipment
108 </p>
109
110 <p>Colored fields are mandatory</p>
111 </div>
112
113
114 <% form_for :order, @order, :url => {:action => "save"} do |f| %>
115   <table id="promoformtbl">
116     <tr><td>Title: </td><td><%= f.select :title, %w(Mr. Mrs. Company) %></td></tr>
117     <tr><td>Name: </td><td><%= f.text_field :name, :class => "mandatory" %></td></tr>
118     <tr><td>Company: </td><td><%= f.text_field :company %></td></tr>
119     <tr><td>Street1: </td><td><%= f.text_field :street1, :class => "mandatory" %></td></tr>
120     <tr><td>Street2: </td><td> <%= f.text_field :street2 %></td></tr>
121     <tr><td>Zip </td><td><%= f.text_field :zip, :class => "mandatory" %></td></tr>
122     <tr><td>City </td><td><%= f.text_field :city, :class => "mandatory" %></td></tr>
123     <tr><td>County/State </td><td><%= f.text_field :county %></td></tr>
124     <tr><td>Country </td><td><%= f.text_field :country, :class => "mandatory" %></td></tr>
125     <tr><td>Phone number </td><td><%= f.text_field :phone, :class => "mandatory" %></td></tr>
126     <tr><td>E-Mail Address </td><td><%= f.text_field :email, :class => "mandatory" %></td></tr>
127     <tr><td>Amount of DVDs </td><td><%= f.text_field :amount, :class => "mandatory" %></td></tr>
128     <tr><td>What additional promotional material do you need (if available)?  </td><td><%= f.text_field :material %></td></tr>
129     <tr><td>Reason (please include URL to event) </td><td><%= f.text_area :reason, :class => "mandatory" %></td></tr>
130     <tr><td>Deadline </td><td><%= f.text_field :deadline, :class => "mandatory" %></td></tr>
131     <tr><td colspan=2><%= submit_tag %></td></tr>
132   </table>
133   <p>
134     All data is used only for sending DVDs and will not be spread to third parties.
135     We store the data to inform the users if a new version is available. All
136     requests have to be screened to fulfill the US export embargo. More information
137     about the embargo and a list of countries at wikipedia
138     <a href='http://en.wikipedia.org/wiki/United_States_embargoes'>http://en.wikipedia.org/wiki/United_States_embargoes</a>.
139
140   </p>
141 <% end %>