Project

General

Profile

« Previous | Next » 

Revision 4076

Added by berkley almost 16 years ago

more improvements to the UI

View differences:

index.jsp
72 72
            </form>
73 73
          </div>
74 74
          
75
          <div id="innersearchresultdiv" style="position: relative; left: 3px; padding: 10px; width: 595px; ">
75
          <div id="searchresultdiv" style="position: relative; left: 3px; padding: 10px; width: 595px; ">
76 76
            <div id="searchresulttable">
77 77
              <!--this is filled in via an AJAX call.  see search()-->
78 78
            </div>
......
110 110
                </tr>
111 111
              </table>
112 112
            </form>
113
            <div id="uploadstatus" style="font-size: 70%; width:312px"> 
113
            <div id="uploadstatus" style="width:312px"> 
114 114
            <%
115 115
              if(status != null && status.equals("success"))
116 116
              {
......
118 118
                + "&action=read&qformat=sms\">" + docid + "</a>.  " +  
119 119
                "<a href=\"javascript:makepublic('" + docid + "')\">Click here</a> to make this document publicly readable.");
120 120
              }
121
              else if(status == null)
122
              {
123
                //do nothing
124
              }
121 125
              else
122 126
              {
123 127
                out.print("Sorry, your file upload failed.  Try logging in again.");
......
128 132
          </div>
129 133
        </div>
130 134
      
131
        <!--search result panel-->
132
        <div id="searchresultdiv" style="position: relative; left: 3px; border: 1px solid ; padding: 10px; width: 595px; ">
133
          <div id="searchresulttable">
135
        <!--browse panel-->
136
        <div id="browseresultdiv" style="position: relative; left: 3px; border: 1px solid ; padding: 10px; width: 595px; ">
137
          <div id="browseresulttable">
134 138
            <!--this is filled in via an AJAX call.  see showDatasets()-->
135 139
          </div>
136 140
        </div>

Also available in: Unified diff