annotate src/main/webapp/clean/nonpublicEntities.xhtml @ 196:dedd218ad565

new find-non-public-entities function for aliases with source or target relations.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 20 Dec 2018 19:13:34 +0100
parents b36a57a452a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
188
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
3 xmlns:h="http://java.sun.com/jsf/html"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
4 xmlns:f="http://java.sun.com/jsf/core"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
5 xmlns:ui="http://java.sun.com/jsf/facelets"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
6 xmlns:a4j="http://richfaces.org/a4j"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
7 xmlns:rich="http://richfaces.org/rich">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
8
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
9 <body>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
10 <ui:composition template="/templates/privateTemplate.xhtml">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
11
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
12 <h:outputStylesheet name="/css/ismi-db/repository.css" />
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
13
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
14 <ui:define name="privateContent">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
15
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
16 <div id="pageTitle">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
17 <h:outputText value="Find Non-Public Entities" />
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
18 </div>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
19
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
20 <h:panelGrid columns="1"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
21 styleClass="mainPanel">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
22
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
23 <rich:tabPanel id="tabPanel"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
24 itemChangeListener="#{Session.nonpublicEntities.listenerTabChange}"
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
25 activeItem="#{Session.nonpublicEntities.selectedTab}">
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
26
196
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
27 <rich:tab header="Alias (src)" name="aliasSrc">
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
28 <ui:include src="components/nonpublicAliasSrc.xhtml" />
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
29 </rich:tab>
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
30
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
31 <rich:tab header="Alias (tar)" name="aliasTar">
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
32 <ui:include src="components/nonpublicAliasTar.xhtml" />
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
33 </rich:tab>
dedd218ad565 new find-non-public-entities function for aliases with source or target relations.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 190
diff changeset
34
190
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
35 <rich:tab header="Digitalization" name="dig">
188
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
36 <ui:include src="components/nonpublicDigitalization.xhtml" />
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
37 </rich:tab>
190
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
38
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
39 <rich:tab header="Reference" name="ref">
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
40 <ui:include src="components/nonpublicReference.xhtml" />
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
41 </rich:tab>
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
42
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
43 <rich:tab header="Witness" name="wit">
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
44 <ui:include src="components/nonpublicWitness.xhtml" />
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
45 </rich:tab>
b36a57a452a6 new Clean UI to find non-public references and witnesses and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 188
diff changeset
46
188
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
47 </rich:tabPanel>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
48
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
49 </h:panelGrid>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
50
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
51
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
52 </ui:define>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
53 </ui:composition>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
54
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
55 </body>
34ac2e1b323a new Clean UI to find non-public digitalizations of public codices and make them public.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff changeset
56 </html>