1<div .col-sm-9>
2  <div .content-box>
3    <h2>
4      Adding an Internet Archive item
5    <p>
6      <a href="http://archive.org/">The Internet Archive</a> allows anyone #
7      to publically archive their information, for free. All you need to #
8      get started is to #
9      <a href="http://archive.org/account/login.createaccount.php">
10        Create an account
11    <p>
12      The Internet Archive stores "items". An item can be a single file, or #
13      a related group of files. You can make as many different items as you #
14      like.
15    <p>
16      By default, only files that you place in a special directory #
17      will be uploaded to your Internet Archive item. Any other files #
18      in your repository will remain private.
19    <p>
20      <form method="post" .form-horizontal enctype=#{enctype}>
21        <fieldset>
22          ^{form}
23          ^{webAppFormAuthToken}
24          <div .form-group>
25            <div .col-sm-10 .col-sm-offset-2>
26              <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
27                Add Internet Archive item
28<div .modal .fade #workingmodal>
29  <div .modal-dialog>
30    <div .modal-content>
31      <div .modal-header>
32        <h3>
33          Making item ...
34      <div .modal-body>
35        <p>
36          Setting up your Internet Archive item. This could take a minute.
37