<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ page import="javax.servlet.http.HttpServletRequest" %> <%@ page import="java.util.*" %> <%@ page import="java.sql.*" %> <%@ page import="pub.utils.StringUtils" %> <% java.util.List pubsource_ids = (java.util.List) request.getAttribute("pubsource_ids"); %> <% java.util.List pubsource_names = (java.util.List) request.getAttribute("pubsource_names"); %> <%-- Convenience variables: --%> <% HttpServletRequest req = request; %> "> "> "> "> "> "> "> "> "> <% String user_input_name =(String)(req.getAttribute("pubsource")) ; %> > <% if (pubsource_ids.size() > 1) { %> > <% } %> > >
Adding an article (Verification)
The following form will allow insertion of articles into pub. Entries marked with the star (*) are mandatory.

Preview

(*) Title:<%= req.getParameter("title") %>
(*) Authors:<%= req.getParameter("authors")%>
Abstract: <%= req.getParameter("abstract") %>
Article PDF
submission
(Not done yet)
More than one publication source exists that's associated with the pubsource "<%= req.getParameter("pubsource") %>". Please choose the publication source that you mean("id" refers to "pubsource id" ). <%-- Click Here to review the pubsource detail.--%>
(*)PubSource
Not seeing your pubsource in the list? add it here.
Volume:<%= req.getParameter("volume") %>
Year:<%= req.getParameter("year") %>
Page Start:<%= req.getParameter("page_start") %>
Issue:<%= req.getParameter("issue") %>
Type: <%= req.getParameter("type") %>
Pubmed Id: <%= req.getParameter("pubmed_id") %>
 
If this all looks ok, press Submit and we'll insert into the database.
<%-- Last modified: Fri Aug 29 16:13:24 PDT 2003 --%>