use 'printall' option for the EML display - metacatui will scroll and navigate through all the metadata and has tabified the entity/attribute info. https://projects.ecoinformatics.org/ecoinfo/issues/5948
use glyph download icon, not a /knb/style/images path to an image (ugh!)
move Login header to container, not the fluid span.
handle <references> element in <creator> for the citation.
use #view/{pid} pattern for the citation link, and then /object/{pid} for the XML download -- so no old Metacat API calls show in the rendered EML.
remove the actual href
enable listening to the "register another package" link
soften the failure page ("Whoops!")
remove note about reloading the guide page -- it ain't a page anymore!
switch where Registry Guide modal header is defined
convert all ? links to launch the modal window
use larger modal
add space to modal header to preserve vertical format
clean up guide header
clean up the modal guide - finally working. except for the section #anchors
move the modal div out of the containing sections to display properly
static loading of the guide
why cna't I load the guide?
does order matter?
grasping now
ad role="button" attribute
remove data-remote
use data-remote=true to load contents from url
rely on bootstrap to trigger the modal box
make remote=true for the modal dialog
more modal work...
try modal help window to load the guide section
remove the footer that (i swear) was hiding
do not load login.js since requirejs will do it for us
prep for ajax/metacatui use of login form
use hidden field for the dataWrong parameter
settle on yes/no confirm buttons
use RegistryView listeners for the form submission process
use consistent article id="RegistryXXX" patterns for css.
remove header/footer from registry response for ajax inclusion.
use event listening in the RegistryView to submit the form.
submit form via ajax
remove the header and footer so the registry form can be loaded via ajax into an existing dom.
remove all table/tr/td/ use. clean up the data distribution area.
include $pid parameter and views/package endpoints instead of metacat API urls. Note that some links still exist for rendering portions of the EML (additionalMetadata and attribute details).
use <article id="Metadata"/> for the rendered EML and FGDC sections to make client-side consumption easier/more generic.
first pass at FGDC reformatting for metacatui look and feel.
do not squash on eml-physical.xsl definition of the template match="citation" by using a named template for fgdc.
type the doctype="metadata" objects as "FGDC-STD-001-1998" formatId for rendering XSLT and for DataONE SystemMetadata.
copy fgdc xsl from common - start metacatui reformatting
remove unused resources from metacatui skin
move harvest registration page to the default skin, not the KNB skin. update docs to indicate such. (based on comments by D. Blankman)
use <p> for thesaurus above the table of keywords
use "controls" class on Web Address
render keywords + thesaurus in a table structure
use <strong> for title rendering.
remove more ":" after labels
remove all table/tr/ cruft that is not used in main layout.
reformat attribute enumerated domain.
use "UTF-8" instead of encoding="iso-8859-1"
use "controls" class for common name element value
do not use ":" after labels.
remove all table/tr/td use
clean up detail tables for measurement type/scale/codes sections
render attributeList with side-bar navigation tabs for each attribute.
group the physical and distribution details together.
save point before tackling attribute list and other re-org in entity view
reformat physical/distribution/format sections of the entity display. https://projects.ecoinformatics.org/ecoinfo/issues/6037
reformat access control section (even though this will be replaced with SystemMetadata information). https://projects.ecoinformatics.org/ecoinfo/issues/6037
reformat usage rights
remove all tr/td elements in favor of divs
save point with Methods/protocol restyling - still some nested rendering to handle, but mostly accordianized. https://projects.ecoinformatics.org/ecoinfo/issues/6037
style all coverage fields w/o tables. https://projects.ecoinformatics.org/ecoinfo/issues/6037
comment out the general coverage/context header (will be anchor eventually)
eliminate all table, tr, and td tags in favor of <div>s or <label>s
style all other people entries. https://projects.ecoinformatics.org/ecoinfo/issues/6037
style Creators. https://projects.ecoinformatics.org/ecoinfo/issues/6037
save point: use "fake" input areas (wells) for the value in name/value pairs.
save point: reformat the General section
style citation in a "well". https://projects.ecoinformatics.org/ecoinfo/issues/6037
starting point for new KNB EML stylesheets (no tables--fluid divs...). copied the existing EML XSLs, will go from there. https://projects.ecoinformatics.org/ecoinfo/issues/6037
For inline anchors, embed the anchor in the heading, which will help in selecting these in CSS for styling with a fixed navbar and header.
call doc head template
remove DOCTYPE
first pass at metacat servlet rendering new look and feel - will be awful since it uses the EML style sheets as is, but I am curious to see it in action.
use correct anchor in guide for data upload section
add section for data file upload to the guide
use "span8" instead of "input-block-level" for textarea inputs
use 100% width table for methods paragraphs
missed a couple: use class="input-block-level" for large textarea inputs
use class="input-block-level" for large textarea inputs
add "addXXX" tr for sorting to work, or at least not throw an exception on submit()
add "addAssociatedParty" tr for sorting to work, or at least not throw an exception on submit()
add class="btn" to all buttons (bootstrap look and feel)
remove the comment about taxarow place holder -- DOM manipulation assumes there is none....
remove double quotes
syntax error?
use correct icon for taxon removal
use icons for all other list editing
use icons for associated party list editing