Myths on Maps

  • Log in
  • « rudimentary ajax map
  • Sample Uber Jouney »

AdaptiveDB front-end

Posted by gregster on 10 Feb 2010 in Activity log

I have Martin's ADB set up with all data now accessible and editable. I made a couple of changes to his code though.

in js/gui.js I changed the style info:

function highlightRow(sender){
  if (lastHighlightedRow != null){
    lastHighlightedRow.style.backgroundColor = '';
  }
  sender.style.backgroundColor = '#e0e0ff';
  lastHighlightedRow = sender;
}

to:

function highlightRow(sender){
  if (lastHighlightedRow != null){
    lastHighlightedRow.style.backgroundColor = '';
  }
  sender.style.backgroundColor = '#8894AA';
  sender.style.color = '#FFFFFF';
  sender.style.fontWeight = 'bold';
  lastHighlightedRow = sender;
}

and in db/db_recordlist.php I adjusted how the "Action" table cell was formatted by moving the
from after the first button to after the word "Action"

The stylesheet has also been modified.

I'm going to try to make it easy on editors by offering two "views" of certain data such that, say, viewing the Event/Character data only shows one instance of an event, with a list of associated characters. To add a citation, editors will need to go to a different tab and add citations to each event-character relationship. In the latter case, each event will show up once for each character associated with it, along with a citation.

This entry was posted by Greg and filed under Activity log.

Myths on Maps

This project will focus on deploying an interactive map of Europe with overlays for Greek and Roman myths, history, people and events.
SVN instructions for MoM editors
Development URL
HCMC Blogs home
  • Archives
  • Categories

Search

XML Feeds

  • Atom: Posts
  • RSS 2.0: Posts
What is RSS?

This collection ©2025 by admin • Help • Open-Source CMS