1<div .col-sm-9>
2  <div .content-box>
3    <h2>
4      Adding an Amazon S3 repository
5    <p>
6      <a href="http://aws.amazon.com/s3/">Amazon S3</a> is a cloud storage #
7      provider. If you need a professional level of storage for your data, #
8      this is a good choice.
9    <p>
10      <span .glyphicon .glyphicon-warning-sign>
11      \ You will be charged by Amazon for data #
12      uploaded to S3, as well as data downloaded from S3, and a monthly fee #
13      for data storage. #
14      <a href="http://aws.amazon.com/s3/pricing/">
15        Pricing details, including one year Free Usage Tier promotion
16    <p>
17      <form method="post" .form-horizontal enctype=#{enctype}>
18        <fieldset>
19          ^{form}
20          ^{webAppFormAuthToken}
21          <div .form-group>
22            <div .col-sm-10 .col-sm-offset-2>
23              <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
24                Add S3 repository
25<div .modal .fade #workingmodal>
26  <div .modal-dialog>
27    <div .modal-content>
28      <div .modal-header>
29        <h3>
30          Making repository ...
31      <div .modal-body>
32        <p>
33          Setting up your Amazon S3 repository. This could take a minute.
34